Html Css Color HEX #DCF414 Chartreuse Yellow

📋 copy color: '#DCF414'

red 220 ◦ green 244 ◦ blue 20

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

Shades of Chartreuse Yellow #DCF414

Tints of Chartreuse Yellow #DCF414

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.41%

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

R = 45.45%
G = 50.41%
B = 4.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#DCF414 (or 0xDCF414) is known color: Chartreuse Yellow. HEX triplet: DC, F4 and 14. RGB value is (220,244,20). Sum of RGB (Red+Green+Blue) = 220+244+20=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF414 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF414 is #230BEB. Grayscale: #D4D4D4. Windows color (decimal): -2296812 or 1373404. OLE color: 1373404.

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

Color convert

RGB 220 244 20 -
CMYK 0.10 0 0.92 0.04
HSL 66.43º 0.91% 0.52% -
HSV(B) 66.43º 0.92% 0.96% -
XYZ 61.99 79.97 12.83 -
YUV 211.29 20.05 134.21 -
System Red Green Blue C M Y K H S L
Decimal 220 244 20 0.10 0 0.92 0.04 66.43 0.91 0.52
Hex DC F4 14 A 0 5C 4 42 5B 34
Octal 334 364 24 12 0 134 4 102 133 64
Binary 11011100 11110100 10100 1010 0 1011100 100 1000010 1011011 110100

Color Harmonies of #DCF414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF414

Black with #DCF414

Text Example


Text Example

White with #DCF414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF414; }

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

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

background-color css

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

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

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

border-color css

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

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

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