Html Css Color HEX #DAF002 Chartreuse Yellow

📋 copy color: '#DAF002'

red 218 ◦ green 240 ◦ blue 2

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

Shades of Chartreuse Yellow #DAF002

Tints of Chartreuse Yellow #DAF002

RGB

 RED value IS 218 (85.55% from 255) = 47.39%

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

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

R = 47.39%
G = 52.17%
B = 0.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#DAF002 (or 0xDAF002) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 02. RGB value is (218,240,2). Sum of RGB (Red+Green+Blue) = 218+240+2=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF002 is #250FFD. Grayscale: #CFCFCF. Windows color (decimal): -2428926 or 192730. OLE color: 192730.

HSL color Cylindrical-coordinate representation of color #DAF002: hue angle of 65.55º 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 #DAF002 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 2 -
CMYK 0.09 0 0.99 0.06
HSL 65.55º 0.98% 0.47% -
HSV(B) 65.55º 0.99% 0.94% -
XYZ 60.08 77.23 11.8 -
YUV 206.29 12.71 136.35 -
System Red Green Blue C M Y K H S L
Decimal 218 240 2 0.09 0 0.99 0.06 65.55 0.98 0.47
Hex DA F0 2 9 0 63 6 42 62 2F
Octal 332 360 2 11 0 143 6 102 142 57
Binary 11011010 11110000 10 1001 0 1100011 110 1000010 1100010 101111

Color Harmonies of #DAF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF002

Black with #DAF002

Text Example


Text Example

White with #DAF002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF002; }

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

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

background-color css

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

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

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

border-color css

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

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

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