Html Css Color HEX #DAED0C Chartreuse Yellow

📋 copy color: '#DAED0C'

red 218 ◦ green 237 ◦ blue 12

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

Shades of Chartreuse Yellow #DAED0C

Tints of Chartreuse Yellow #DAED0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.57%

R = 46.68%
G = 50.75%
B = 2.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#DAED0C (or 0xDAED0C) is known color: Chartreuse Yellow. HEX triplet: DA, ED and 0C. RGB value is (218,237,12). Sum of RGB (Red+Green+Blue) = 218+237+12=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAED0C is #2512F3. Grayscale: #CECECE. Windows color (decimal): -2429684 or 847322. OLE color: 847322.

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

Color convert

RGB 218 237 12 -
CMYK 0.08 0 0.95 0.07
HSL 65.07º 0.9% 0.49% -
HSV(B) 65.07º 0.95% 0.93% -
XYZ 59.26 75.5 11.8 -
YUV 205.67 18.71 136.8 -
System Red Green Blue C M Y K H S L
Decimal 218 237 12 0.08 0 0.95 0.07 65.07 0.9 0.49
Hex DA ED C 8 0 5F 7 41 5A 31
Octal 332 355 14 10 0 137 7 101 132 61
Binary 11011010 11101101 1100 1000 0 1011111 111 1000001 1011010 110001

Color Harmonies of #DAED0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAED0C

Black with #DAED0C

Text Example


Text Example

White with #DAED0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAED0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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