Html Css Color HEX #DAFC0B Chartreuse Yellow

📋 copy color: '#DAFC0B'

red 218 ◦ green 252 ◦ blue 11

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

Shades of Chartreuse Yellow #DAFC0B

Tints of Chartreuse Yellow #DAFC0B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.39%

 BLUE value IS 11 (4.69% from 255) = 2.29%

R = 45.32%
G = 52.39%
B = 2.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#DAFC0B (or 0xDAFC0B) is known color: Chartreuse Yellow. HEX triplet: DA, FC and 0B. RGB value is (218,252,11). Sum of RGB (Red+Green+Blue) = 218+252+11=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 11 (4.69% from 255 or 2.29% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFC0B is #2503F4. Grayscale: #D7D7D7. Windows color (decimal): -2425845 or 785626. OLE color: 785626.

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

Color convert

RGB 218 252 11 -
CMYK 0.13 0 0.96 0.01
HSL 68.46º 0.98% 0.52% -
HSV(B) 68.46º 0.96% 0.99% -
XYZ 63.78 84.55 13.27 -
YUV 214.36 13.24 130.6 -
System Red Green Blue C M Y K H S L
Decimal 218 252 11 0.13 0 0.96 0.01 68.46 0.98 0.52
Hex DA FC B D 0 60 1 44 62 34
Octal 332 374 13 15 0 140 1 104 142 64
Binary 11011010 11111100 1011 1101 0 1100000 1 1000100 1100010 110100

Color Harmonies of #DAFC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC0B

Black with #DAFC0B

Text Example


Text Example

White with #DAFC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC0B; }

 p { color: rgb(218,252,11); }

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

background-color css

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

 a { background-color: rgb(218,252,11); }

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

border-color css

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

 span { border-color: rgb(218,252,11); }

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