Html Css Color HEX #DAF516 Chartreuse Yellow

📋 copy color: '#DAF516'

red 218 ◦ green 245 ◦ blue 22

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

Shades of Chartreuse Yellow #DAF516

Tints of Chartreuse Yellow #DAF516

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.52%

 BLUE value IS 22 (8.98% from 255) = 4.54%

R = 44.95%
G = 50.52%
B = 4.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#DAF516 (or 0xDAF516) is known color: Chartreuse Yellow. HEX triplet: DA, F5 and 16. RGB value is (218,245,22). Sum of RGB (Red+Green+Blue) = 218+245+22=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF516 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF516 is #250AE9. Grayscale: #D4D4D4. Windows color (decimal): -2427626 or 1504730. OLE color: 1504730.

HSL color Cylindrical-coordinate representation of color #DAF516: hue angle of 67.26º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAF516 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 245 22 -
CMYK 0.11 0 0.91 0.04
HSL 67.26º 0.92% 0.52% -
HSV(B) 67.26º 0.91% 0.96% -
XYZ 61.71 80.27 13 -
YUV 211.51 21.05 132.63 -
System Red Green Blue C M Y K H S L
Decimal 218 245 22 0.11 0 0.91 0.04 67.26 0.92 0.52
Hex DA F5 16 B 0 5B 4 43 5C 34
Octal 332 365 26 13 0 133 4 103 134 64
Binary 11011010 11110101 10110 1011 0 1011011 100 1000011 1011100 110100

Color Harmonies of #DAF516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF516

Black with #DAF516

Text Example


Text Example

White with #DAF516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF516; }

 p { color: rgb(218,245,22); }

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

background-color css

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

 a { background-color: rgb(218,245,22); }

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

border-color css

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

 span { border-color: rgb(218,245,22); }

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