Html Css Color HEX #DCF214 Chartreuse Yellow

📋 copy color: '#DCF214'

red 220 ◦ green 242 ◦ blue 20

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

Shades of Chartreuse Yellow #DCF214

Tints of Chartreuse Yellow #DCF214

RGB

 RED value IS 220 (86.33% from 255) = 45.64%

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

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

R = 45.64%
G = 50.21%
B = 4.15%

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

#DCF214 (or 0xDCF214) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 14. RGB value is (220,242,20). Sum of RGB (Red+Green+Blue) = 220+242+20=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF214 is #230DEB. Grayscale: #D2D2D2. Windows color (decimal): -2297324 or 1372892. OLE color: 1372892.

HSL color Cylindrical-coordinate representation of color #DCF214: hue angle of 65.95º 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 #DCF214 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 20 -
CMYK 0.09 0 0.92 0.05
HSL 65.95º 0.9% 0.51% -
HSV(B) 65.95º 0.92% 0.95% -
XYZ 61.39 78.77 12.63 -
YUV 210.11 20.71 135.05 -
System Red Green Blue C M Y K H S L
Decimal 220 242 20 0.09 0 0.92 0.05 65.95 0.9 0.51
Hex DC F2 14 9 0 5C 5 42 5A 33
Octal 334 362 24 11 0 134 5 102 132 63
Binary 11011100 11110010 10100 1001 0 1011100 101 1000010 1011010 110011

Color Harmonies of #DCF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF214

Black with #DCF214

Text Example


Text Example

White with #DCF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF214; }

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

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

background-color css

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

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

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

border-color css

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

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

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