Html Css Color HEX #DDF506 Chartreuse Yellow

📋 copy color: '#DDF506'

red 221 ◦ green 245 ◦ blue 6

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

Shades of Chartreuse Yellow #DDF506

Tints of Chartreuse Yellow #DDF506

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.91%

 BLUE value IS 6 (2.73% from 255) = 1.27%

R = 46.82%
G = 51.91%
B = 1.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#DDF506 (or 0xDDF506) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 06. RGB value is (221,245,6). Sum of RGB (Red+Green+Blue) = 221+245+6=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 245 (96.09% from 255 or 51.91% from 472); Blue value is 6 (2.73% from 255 or 1.27% from 472); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF506 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF506 is #220AF9. Grayscale: #D3D3D3. Windows color (decimal): -2231034 or 456157. OLE color: 456157.

HSL color Cylindrical-coordinate representation of color #DDF506: hue angle of 66.03º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDF506 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 6 -
CMYK 0.10 0 0.98 0.04
HSL 66.03º 0.95% 0.49% -
HSV(B) 66.03º 0.98% 0.96% -
XYZ 62.5 80.69 12.45 -
YUV 210.58 12.55 135.43 -
System Red Green Blue C M Y K H S L
Decimal 221 245 6 0.10 0 0.98 0.04 66.03 0.95 0.49
Hex DD F5 6 A 0 62 4 42 5F 31
Octal 335 365 6 12 0 142 4 102 137 61
Binary 11011101 11110101 110 1010 0 1100010 100 1000010 1011111 110001

Color Harmonies of #DDF506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF506

Black with #DDF506

Text Example


Text Example

White with #DDF506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF506; }

 p { color: rgb(221,245,6); }

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

background-color css

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

 a { background-color: rgb(221,245,6); }

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

border-color css

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

 span { border-color: rgb(221,245,6); }

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