Html Css Color HEX #DAE000 Chartreuse Yellow

📋 copy color: '#DAE000'

red 218 ◦ green 224 ◦ blue 0

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

Shades of Chartreuse Yellow #DAE000

Tints of Chartreuse Yellow #DAE000

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.68%

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

R = 49.32%
G = 50.68%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#DAE000 (or 0xDAE000) is known color: Chartreuse Yellow. HEX triplet: DA, E0 and 00. RGB value is (218,224,0). Sum of RGB (Red+Green+Blue) = 218+224+0=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE000 is #251FFF. Grayscale: #C5C5C5. Windows color (decimal): -2433024 or 57562. OLE color: 57562.

HSL color Cylindrical-coordinate representation of color #DAE000: hue angle of 61.61º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAE000 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 0 -
CMYK 0.03 0 1 0.12
HSL 61.61º 1% 0.44% -
HSV(B) 61.61º 1% 0.88% -
XYZ 55.57 68.22 10.24 -
YUV 196.67 17.01 143.21 -
System Red Green Blue C M Y K H S L
Decimal 218 224 0 0.03 0 1 0.12 61.61 1 0.44
Hex DA E0 0 3 0 64 C 3E 64 2C
Octal 332 340 0 3 0 144 14 76 144 54
Binary 11011010 11100000 0 11 0 1100100 1100 111110 1100100 101100

Color Harmonies of #DAE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE000

Black with #DAE000

Text Example


Text Example

White with #DAE000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE000; }

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

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

background-color css

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

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

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

border-color css

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

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

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