Html Css Color HEX #DAF00F Chartreuse Yellow

📋 copy color: '#DAF00F'

red 218 ◦ green 240 ◦ blue 15

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

Shades of Chartreuse Yellow #DAF00F

Tints of Chartreuse Yellow #DAF00F

RGB

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

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

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

R = 46.09%
G = 50.74%
B = 3.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#DAF00F (or 0xDAF00F) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 0F. RGB value is (218,240,15). Sum of RGB (Red+Green+Blue) = 218+240+15=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF00F is #250FF0. Grayscale: #D0D0D0. Windows color (decimal): -2428913 or 1044698. OLE color: 1044698.

HSL color Cylindrical-coordinate representation of color #DAF00F: hue angle of 65.87º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAF00F is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 15 -
CMYK 0.09 0 0.94 0.06
HSL 65.87º 0.88% 0.5% -
HSV(B) 65.87º 0.94% 0.94% -
XYZ 60.16 77.26 12.19 -
YUV 207.77 19.21 135.3 -
System Red Green Blue C M Y K H S L
Decimal 218 240 15 0.09 0 0.94 0.06 65.87 0.88 0.5
Hex DA F0 F 9 0 5E 6 42 58 32
Octal 332 360 17 11 0 136 6 102 130 62
Binary 11011010 11110000 1111 1001 0 1011110 110 1000010 1011000 110010

Color Harmonies of #DAF00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF00F

Black with #DAF00F

Text Example


Text Example

White with #DAF00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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