Html Css Color HEX #DCF413 Chartreuse Yellow

📋 copy color: '#DCF413'

red 220 ◦ green 244 ◦ blue 19

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

Shades of Chartreuse Yellow #DCF413

Tints of Chartreuse Yellow #DCF413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.93%

R = 45.55%
G = 50.52%
B = 3.93%

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

#DCF413 (or 0xDCF413) is known color: Chartreuse Yellow. HEX triplet: DC, F4 and 13. RGB value is (220,244,19). Sum of RGB (Red+Green+Blue) = 220+244+19=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 19 (7.81% from 255 or 3.93% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF413 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF413 is #230BEC. Grayscale: #D4D4D4. Windows color (decimal): -2296813 or 1307868. OLE color: 1307868.

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

Color convert

RGB 220 244 19 -
CMYK 0.10 0 0.92 0.04
HSL 66.4º 0.91% 0.52% -
HSV(B) 66.4º 0.92% 0.96% -
XYZ 61.98 79.96 12.78 -
YUV 211.17 19.55 134.3 -
System Red Green Blue C M Y K H S L
Decimal 220 244 19 0.10 0 0.92 0.04 66.4 0.91 0.52
Hex DC F4 13 A 0 5C 4 42 5B 34
Octal 334 364 23 12 0 134 4 102 133 64
Binary 11011100 11110100 10011 1010 0 1011100 100 1000010 1011011 110100

Color Harmonies of #DCF413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF413

Black with #DCF413

Text Example


Text Example

White with #DCF413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF413; }

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

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

background-color css

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

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

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

border-color css

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

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

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