Html Css Color HEX #DAFF0F Chartreuse Yellow

📋 copy color: '#DAFF0F'

red 218 ◦ green 255 ◦ blue 15

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

Shades of Chartreuse Yellow #DAFF0F

Tints of Chartreuse Yellow #DAFF0F

RGB

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

 GREEN value IS 255 (100% from 255) = 52.25%

 BLUE value IS 15 (6.25% from 255) = 3.07%

R = 44.67%
G = 52.25%
B = 3.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#DAFF0F (or 0xDAFF0F) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 0F. RGB value is (218,255,15). Sum of RGB (Red+Green+Blue) = 218+255+15=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 15 (6.25% from 255 or 3.07% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFF0F is #2500F0. Grayscale: #D9D9D9. Windows color (decimal): -2425073 or 1048538. OLE color: 1048538.

HSL color Cylindrical-coordinate representation of color #DAFF0F: hue angle of 69.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAFF0F is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 15 -
CMYK 0.15 0 0.94 0
HSL 69.25º 1% 0.53% -
HSV(B) 69.25º 0.94% 1% -
XYZ 64.76 86.46 13.73 -
YUV 216.58 14.24 129.01 -
System Red Green Blue C M Y K H S L
Decimal 218 255 15 0.15 0 0.94 0 69.25 1 0.53
Hex DA FF F F 0 5E 0 45 64 35
Octal 332 377 17 17 0 136 0 105 144 65
Binary 11011010 11111111 1111 1111 0 1011110 0 1000101 1100100 110101

Color Harmonies of #DAFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF0F

Black with #DAFF0F

Text Example


Text Example

White with #DAFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF0F; }

 p { color: rgb(218,255,15); }

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

background-color css

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

 a { background-color: rgb(218,255,15); }

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

border-color css

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

 span { border-color: rgb(218,255,15); }

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