Html Css Color HEX #DAE10D Chartreuse Yellow

📋 copy color: '#DAE10D'

red 218 ◦ green 225 ◦ blue 13

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

Shades of Chartreuse Yellow #DAE10D

Tints of Chartreuse Yellow #DAE10D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.34%

 BLUE value IS 13 (5.47% from 255) = 2.85%

R = 47.81%
G = 49.34%
B = 2.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#DAE10D (or 0xDAE10D) is known color: Chartreuse Yellow. HEX triplet: DA, E1 and 0D. RGB value is (218,225,13). Sum of RGB (Red+Green+Blue) = 218+225+13=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE10D is #251EF2. Grayscale: #C7C7C7. Windows color (decimal): -2432755 or 909786. OLE color: 909786.

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

Color convert

RGB 218 225 13 -
CMYK 0.03 0 0.94 0.12
HSL 61.98º 0.89% 0.47% -
HSV(B) 61.98º 0.94% 0.88% -
XYZ 55.91 68.78 10.71 -
YUV 198.74 23.18 141.74 -
System Red Green Blue C M Y K H S L
Decimal 218 225 13 0.03 0 0.94 0.12 61.98 0.89 0.47
Hex DA E1 D 3 0 5E C 3E 59 2F
Octal 332 341 15 3 0 136 14 76 131 57
Binary 11011010 11100001 1101 11 0 1011110 1100 111110 1011001 101111

Color Harmonies of #DAE10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE10D

Black with #DAE10D

Text Example


Text Example

White with #DAE10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE10D; }

 p { color: rgb(218,225,13); }

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

background-color css

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

 a { background-color: rgb(218,225,13); }

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

border-color css

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

 span { border-color: rgb(218,225,13); }

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