Html Css Color HEX #DCF002 Chartreuse Yellow

📋 copy color: '#DCF002'

red 220 ◦ green 240 ◦ blue 2

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

Shades of Chartreuse Yellow #DCF002

Tints of Chartreuse Yellow #DCF002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.95%

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

R = 47.62%
G = 51.95%
B = 0.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#DCF002 (or 0xDCF002) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 02. RGB value is (220,240,2). Sum of RGB (Red+Green+Blue) = 220+240+2=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 2 (1.17% from 255 or 0.43% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF002 is #230FFD. Grayscale: #CFCFCF. Windows color (decimal): -2297854 or 192732. OLE color: 192732.

HSL color Cylindrical-coordinate representation of color #DCF002: hue angle of 65.04º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCF002 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 2 -
CMYK 0.08 0 0.99 0.06
HSL 65.04º 0.98% 0.47% -
HSV(B) 65.04º 0.99% 0.94% -
XYZ 60.69 77.54 11.83 -
YUV 206.89 12.37 137.35 -
System Red Green Blue C M Y K H S L
Decimal 220 240 2 0.08 0 0.99 0.06 65.04 0.98 0.47
Hex DC F0 2 8 0 63 6 41 62 2F
Octal 334 360 2 10 0 143 6 101 142 57
Binary 11011100 11110000 10 1000 0 1100011 110 1000001 1100010 101111

Color Harmonies of #DCF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF002

Black with #DCF002

Text Example


Text Example

White with #DCF002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF002; }

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

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

background-color css

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

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

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

border-color css

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

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

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