Html Css Color HEX #DDF10D Chartreuse Yellow

📋 copy color: '#DDF10D'

red 221 ◦ green 241 ◦ blue 13

#DDF10D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse Yellow #DDF10D

Tints of Chartreuse Yellow #DDF10D

RGB

 RED value IS 221 (86.72% from 255) = 46.53%

 GREEN value IS 241 (94.53% from 255) = 50.74%

 BLUE value IS 13 (5.47% from 255) = 2.74%

R = 46.53%
G = 50.74%
B = 2.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDF10D (or 0xDDF10D) is known color: Chartreuse Yellow. HEX triplet: DD, F1 and 0D. RGB value is (221,241,13). Sum of RGB (Red+Green+Blue) = 221+241+13=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF10D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF10D is #220EF2. Grayscale: #D1D1D1. Windows color (decimal): -2232051 or 913885. OLE color: 913885.

HSL color Cylindrical-coordinate representation of color #DDF10D: hue angle of 65.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDF10D is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 13 -
CMYK 0.08 0 0.95 0.05
HSL 65.26º 0.9% 0.5% -
HSV(B) 65.26º 0.95% 0.95% -
XYZ 61.35 78.31 12.26 -
YUV 209.03 17.37 136.54 -
System Red Green Blue C M Y K H S L
Decimal 221 241 13 0.08 0 0.95 0.05 65.26 0.9 0.5
Hex DD F1 D 8 0 5F 5 41 5A 32
Octal 335 361 15 10 0 137 5 101 132 62
Binary 11011101 11110001 1101 1000 0 1011111 101 1000001 1011010 110010

Color Harmonies of #DDF10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF10D

Black with #DDF10D

Text Example


Text Example

White with #DDF10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF10D; }

 p { color: rgb(221,241,13); }

 H1.HeaderClassName
 {
   color: #DDF10D;
 }
 .AnyTagClassName
 {
   color: #DDF10D;
 }
</style>

background-color css

<style>
 a { background-color: #DDF10D; }

 a { background-color: rgb(221,241,13); }

 div.DivClassName
 {
   background-color: #DDF10D;
 }
 .BgClassName
 {
   background-color: #DDF10D;
 }
</style>

border-color css

<style>
 span { border-color: #DDF10D; }

 span { border-color: rgb(221,241,13); }

 td.TdClassName
 {
   border-color: #DDF10D;
 }
 .TagClassName
 {
   border-color: #DDF10D;
 }
</style>