Html Css Color HEX #DAED10 Chartreuse Yellow

📋 copy color: '#DAED10'

red 218 ◦ green 237 ◦ blue 16

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

Shades of Chartreuse Yellow #DAED10

Tints of Chartreuse Yellow #DAED10

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.32%

 BLUE value IS 16 (6.64% from 255) = 3.4%

R = 46.28%
G = 50.32%
B = 3.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#DAED10 (or 0xDAED10) is known color: Chartreuse Yellow. HEX triplet: DA, ED and 10. RGB value is (218,237,16). Sum of RGB (Red+Green+Blue) = 218+237+16=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 16 (6.64% from 255 or 3.40% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAED10 is #2512EF. Grayscale: #CECECE. Windows color (decimal): -2429680 or 1109466. OLE color: 1109466.

HSL color Cylindrical-coordinate representation of color #DAED10: hue angle of 65.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAED10 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 237 16 -
CMYK 0.08 0 0.93 0.07
HSL 65.16º 0.87% 0.5% -
HSV(B) 65.16º 0.93% 0.93% -
XYZ 59.29 75.51 11.94 -
YUV 206.13 20.71 136.47 -
System Red Green Blue C M Y K H S L
Decimal 218 237 16 0.08 0 0.93 0.07 65.16 0.87 0.5
Hex DA ED 10 8 0 5D 7 41 57 32
Octal 332 355 20 10 0 135 7 101 127 62
Binary 11011010 11101101 10000 1000 0 1011101 111 1000001 1010111 110010

Color Harmonies of #DAED10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAED10

Black with #DAED10

Text Example


Text Example

White with #DAED10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAED10; }

 p { color: rgb(218,237,16); }

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

background-color css

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

 a { background-color: rgb(218,237,16); }

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

border-color css

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

 span { border-color: rgb(218,237,16); }

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