Html Css Color HEX #DDF214 Chartreuse Yellow

📋 copy color: '#DDF214'

red 221 ◦ green 242 ◦ blue 20

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

Shades of Chartreuse Yellow #DDF214

Tints of Chartreuse Yellow #DDF214

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.1%

 BLUE value IS 20 (8.2% from 255) = 4.14%

R = 45.76%
G = 50.1%
B = 4.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#DDF214 (or 0xDDF214) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 14. RGB value is (221,242,20). Sum of RGB (Red+Green+Blue) = 221+242+20=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF214 is #220DEB. Grayscale: #D3D3D3. Windows color (decimal): -2231788 or 1372893. OLE color: 1372893.

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

Color convert

RGB 221 242 20 -
CMYK 0.09 0 0.92 0.05
HSL 65.68º 0.9% 0.51% -
HSV(B) 65.68º 0.92% 0.95% -
XYZ 61.7 78.93 12.64 -
YUV 210.41 20.54 135.55 -
System Red Green Blue C M Y K H S L
Decimal 221 242 20 0.09 0 0.92 0.05 65.68 0.9 0.51
Hex DD F2 14 9 0 5C 5 42 5A 33
Octal 335 362 24 11 0 134 5 102 132 63
Binary 11011101 11110010 10100 1001 0 1011100 101 1000010 1011010 110011

Color Harmonies of #DDF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF214

Black with #DDF214

Text Example


Text Example

White with #DDF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF214; }

 p { color: rgb(221,242,20); }

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

background-color css

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

 a { background-color: rgb(221,242,20); }

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

border-color css

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

 span { border-color: rgb(221,242,20); }

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