Html Css Color HEX #DAF200 Chartreuse Yellow

📋 copy color: '#DAF200'

red 218 ◦ green 242 ◦ blue 0

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

Shades of Chartreuse Yellow #DAF200

Tints of Chartreuse Yellow #DAF200

RGB

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

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

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

R = 47.39%
G = 52.61%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#DAF200 (or 0xDAF200) is known color: Chartreuse Yellow. HEX triplet: DA, F2 and 00. RGB value is (218,242,0). Sum of RGB (Red+Green+Blue) = 218+242+0=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF200 is #250DFF. Grayscale: #D0D0D0. Windows color (decimal): -2428416 or 62170. OLE color: 62170.

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

Color convert

RGB 218 242 0 -
CMYK 0.10 0 1 0.05
HSL 65.95º 1% 0.47% -
HSV(B) 65.95º 1% 0.95% -
XYZ 60.67 78.41 11.94 -
YUV 207.24 11.05 135.68 -
System Red Green Blue C M Y K H S L
Decimal 218 242 0 0.10 0 1 0.05 65.95 1 0.47
Hex DA F2 0 A 0 64 5 42 64 2F
Octal 332 362 0 12 0 144 5 102 144 57
Binary 11011010 11110010 0 1010 0 1100100 101 1000010 1100100 101111

Color Harmonies of #DAF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF200

Black with #DAF200

Text Example


Text Example

White with #DAF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF200; }

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

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

background-color css

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

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

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

border-color css

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

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

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