Html Css Color HEX #DCFD02 Chartreuse Yellow

📋 copy color: '#DCFD02'

red 220 ◦ green 253 ◦ blue 2

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

Shades of Chartreuse Yellow #DCFD02

Tints of Chartreuse Yellow #DCFD02

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.26%

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

R = 46.32%
G = 53.26%
B = 0.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#DCFD02 (or 0xDCFD02) is known color: Chartreuse Yellow. HEX triplet: DC, FD and 02. RGB value is (220,253,2). Sum of RGB (Red+Green+Blue) = 220+253+2=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 2 (1.17% from 255 or 0.42% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFD02 is #2302FD. Grayscale: #D7D7D7. Windows color (decimal): -2294526 or 196060. OLE color: 196060.

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

Color convert

RGB 220 253 2 -
CMYK 0.13 0 0.99 0.01
HSL 67.89º 0.98% 0.5% -
HSV(B) 67.89º 0.99% 0.99% -
XYZ 64.65 85.47 13.15 -
YUV 214.52 8.07 131.91 -
System Red Green Blue C M Y K H S L
Decimal 220 253 2 0.13 0 0.99 0.01 67.89 0.98 0.5
Hex DC FD 2 D 0 63 1 44 62 32
Octal 334 375 2 15 0 143 1 104 142 62
Binary 11011100 11111101 10 1101 0 1100011 1 1000100 1100010 110010

Color Harmonies of #DCFD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD02

Black with #DCFD02

Text Example


Text Example

White with #DCFD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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