Html Css Color HEX #DCFA02 Chartreuse Yellow

📋 copy color: '#DCFA02'

red 220 ◦ green 250 ◦ blue 2

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

Shades of Chartreuse Yellow #DCFA02

Tints of Chartreuse Yellow #DCFA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 46.61%
G = 52.97%
B = 0.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#DCFA02 (or 0xDCFA02) is known color: Chartreuse Yellow. HEX triplet: DC, FA and 02. RGB value is (220,250,2). Sum of RGB (Red+Green+Blue) = 220+250+2=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 2 (1.17% from 255 or 0.42% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFA02 is #2305FD. Grayscale: #D5D5D5. Windows color (decimal): -2295294 or 195292. OLE color: 195292.

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

Color convert

RGB 220 250 2 -
CMYK 0.12 0 0.99 0.02
HSL 67.26º 0.98% 0.49% -
HSV(B) 67.26º 0.99% 0.98% -
XYZ 63.71 83.59 12.83 -
YUV 212.76 9.06 133.17 -
System Red Green Blue C M Y K H S L
Decimal 220 250 2 0.12 0 0.99 0.02 67.26 0.98 0.49
Hex DC FA 2 C 0 63 2 43 62 31
Octal 334 372 2 14 0 143 2 103 142 61
Binary 11011100 11111010 10 1100 0 1100011 10 1000011 1100010 110001

Color Harmonies of #DCFA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA02

Black with #DCFA02

Text Example


Text Example

White with #DCFA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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