Html Css Color HEX #DAF205 Chartreuse Yellow

📋 copy color: '#DAF205'

red 218 ◦ green 242 ◦ blue 5

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

Shades of Chartreuse Yellow #DAF205

Tints of Chartreuse Yellow #DAF205

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.04%

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 46.88%
G = 52.04%
B = 1.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#DAF205 (or 0xDAF205) is known color: Chartreuse Yellow. HEX triplet: DA, F2 and 05. RGB value is (218,242,5). Sum of RGB (Red+Green+Blue) = 218+242+5=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 5 (2.34% from 255 or 1.08% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF205 is #250DFA. Grayscale: #D0D0D0. Windows color (decimal): -2428411 or 389850. OLE color: 389850.

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

Color convert

RGB 218 242 5 -
CMYK 0.10 0 0.98 0.05
HSL 66.08º 0.96% 0.48% -
HSV(B) 66.08º 0.98% 0.95% -
XYZ 60.69 78.42 12.08 -
YUV 207.81 13.55 135.27 -
System Red Green Blue C M Y K H S L
Decimal 218 242 5 0.10 0 0.98 0.05 66.08 0.96 0.48
Hex DA F2 5 A 0 62 5 42 60 30
Octal 332 362 5 12 0 142 5 102 140 60
Binary 11011010 11110010 101 1010 0 1100010 101 1000010 1100000 110000

Color Harmonies of #DAF205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF205

Black with #DAF205

Text Example


Text Example

White with #DAF205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF205; }

 p { color: rgb(218,242,5); }

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

background-color css

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

 a { background-color: rgb(218,242,5); }

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

border-color css

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

 span { border-color: rgb(218,242,5); }

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