Html Css Color HEX #DAF500 Chartreuse Yellow

📋 copy color: '#DAF500'

red 218 ◦ green 245 ◦ blue 0

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

Shades of Chartreuse Yellow #DAF500

Tints of Chartreuse Yellow #DAF500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.08%
G = 52.92%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#DAF500 (or 0xDAF500) is known color: Chartreuse Yellow. HEX triplet: DA, F5 and 00. RGB value is (218,245,0). Sum of RGB (Red+Green+Blue) = 218+245+0=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF500 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF500 is #250AFF. Grayscale: #D1D1D1. Windows color (decimal): -2427648 or 62938. OLE color: 62938.

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

Color convert

RGB 218 245 0 -
CMYK 0.11 0 1 0.04
HSL 66.61º 1% 0.48% -
HSV(B) 66.61º 1% 0.96% -
XYZ 61.57 80.21 12.24 -
YUV 209 10.05 134.42 -
System Red Green Blue C M Y K H S L
Decimal 218 245 0 0.11 0 1 0.04 66.61 1 0.48
Hex DA F5 0 B 0 64 4 43 64 30
Octal 332 365 0 13 0 144 4 103 144 60
Binary 11011010 11110101 0 1011 0 1100100 100 1000011 1100100 110000

Color Harmonies of #DAF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF500

Black with #DAF500

Text Example


Text Example

White with #DAF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF500; }

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

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

background-color css

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

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

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

border-color css

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

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

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