Html Css Color HEX #DAF112 Chartreuse Yellow

📋 copy color: '#DAF112'

red 218 ◦ green 241 ◦ blue 18

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

Shades of Chartreuse Yellow #DAF112

Tints of Chartreuse Yellow #DAF112

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.52%

 BLUE value IS 18 (7.42% from 255) = 3.77%

R = 45.7%
G = 50.52%
B = 3.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#DAF112 (or 0xDAF112) is known color: Chartreuse Yellow. HEX triplet: DA, F1 and 12. RGB value is (218,241,18). Sum of RGB (Red+Green+Blue) = 218+241+18=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF112 is #250EED. Grayscale: #D1D1D1. Windows color (decimal): -2428654 or 1241562. OLE color: 1241562.

HSL color Cylindrical-coordinate representation of color #DAF112: hue angle of 66.19º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAF112 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 18 -
CMYK 0.10 0 0.93 0.05
HSL 66.19º 0.89% 0.51% -
HSV(B) 66.19º 0.93% 0.95% -
XYZ 60.48 77.86 12.41 -
YUV 208.7 20.38 134.63 -
System Red Green Blue C M Y K H S L
Decimal 218 241 18 0.10 0 0.93 0.05 66.19 0.89 0.51
Hex DA F1 12 A 0 5D 5 42 59 33
Octal 332 361 22 12 0 135 5 102 131 63
Binary 11011010 11110001 10010 1010 0 1011101 101 1000010 1011001 110011

Color Harmonies of #DAF112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF112

Black with #DAF112

Text Example


Text Example

White with #DAF112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF112; }

 p { color: rgb(218,241,18); }

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

background-color css

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

 a { background-color: rgb(218,241,18); }

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

border-color css

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

 span { border-color: rgb(218,241,18); }

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