Html Css Color HEX #DAFB02 Chartreuse Yellow

📋 copy color: '#DAFB02'

red 218 ◦ green 251 ◦ blue 2

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

Shades of Chartreuse Yellow #DAFB02

Tints of Chartreuse Yellow #DAFB02

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.29%

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

R = 46.28%
G = 53.29%
B = 0.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#DAFB02 (or 0xDAFB02) is known color: Chartreuse Yellow. HEX triplet: DA, FB and 02. RGB value is (218,251,2). Sum of RGB (Red+Green+Blue) = 218+251+2=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 2 (1.17% from 255 or 0.42% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFB02 is #2504FD. Grayscale: #D5D5D5. Windows color (decimal): -2426110 or 195546. OLE color: 195546.

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

Color convert

RGB 218 251 2 -
CMYK 0.13 0 0.99 0.02
HSL 67.95º 0.98% 0.5% -
HSV(B) 67.95º 0.99% 0.98% -
XYZ 63.42 83.9 12.91 -
YUV 212.75 9.07 131.75 -
System Red Green Blue C M Y K H S L
Decimal 218 251 2 0.13 0 0.99 0.02 67.95 0.98 0.5
Hex DA FB 2 D 0 63 2 44 62 32
Octal 332 373 2 15 0 143 2 104 142 62
Binary 11011010 11111011 10 1101 0 1100011 10 1000100 1100010 110010

Color Harmonies of #DAFB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB02

Black with #DAFB02

Text Example


Text Example

White with #DAFB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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