Html Css Color HEX #DCFA05 Chartreuse Yellow

📋 copy color: '#DCFA05'

red 220 ◦ green 250 ◦ blue 5

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

Shades of Chartreuse Yellow #DCFA05

Tints of Chartreuse Yellow #DCFA05

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.63%

 BLUE value IS 5 (2.34% from 255) = 1.05%

R = 46.32%
G = 52.63%
B = 1.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#DCFA05 (or 0xDCFA05) is known color: Chartreuse Yellow. HEX triplet: DC, FA and 05. RGB value is (220,250,5). Sum of RGB (Red+Green+Blue) = 220+250+5=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 5 (2.34% from 255 or 1.05% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFA05 is #2305FA. Grayscale: #D6D6D6. Windows color (decimal): -2295291 or 391900. OLE color: 391900.

HSL color Cylindrical-coordinate representation of color #DCFA05: hue angle of 67.35º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCFA05 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 5 -
CMYK 0.12 0 0.98 0.02
HSL 67.35º 0.96% 0.5% -
HSV(B) 67.35º 0.98% 0.98% -
XYZ 63.73 83.6 12.92 -
YUV 213.1 10.56 132.92 -
System Red Green Blue C M Y K H S L
Decimal 220 250 5 0.12 0 0.98 0.02 67.35 0.96 0.5
Hex DC FA 5 C 0 62 2 43 60 32
Octal 334 372 5 14 0 142 2 103 140 62
Binary 11011100 11111010 101 1100 0 1100010 10 1000011 1100000 110010

Color Harmonies of #DCFA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA05

Black with #DCFA05

Text Example


Text Example

White with #DCFA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA05; }

 p { color: rgb(220,250,5); }

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

background-color css

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

 a { background-color: rgb(220,250,5); }

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

border-color css

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

 span { border-color: rgb(220,250,5); }

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