Html Css Color HEX #DAED14 Chartreuse Yellow

📋 copy color: '#DAED14'

red 218 ◦ green 237 ◦ blue 20

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

Shades of Chartreuse Yellow #DAED14

Tints of Chartreuse Yellow #DAED14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.21%

R = 45.89%
G = 49.89%
B = 4.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#DAED14 (or 0xDAED14) is known color: Chartreuse Yellow. HEX triplet: DA, ED and 14. RGB value is (218,237,20). Sum of RGB (Red+Green+Blue) = 218+237+20=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAED14 is #2512EB. Grayscale: #CFCFCF. Windows color (decimal): -2429676 or 1371610. OLE color: 1371610.

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

Color convert

RGB 218 237 20 -
CMYK 0.08 0 0.92 0.07
HSL 65.25º 0.86% 0.5% -
HSV(B) 65.25º 0.92% 0.93% -
XYZ 59.32 75.52 12.11 -
YUV 206.58 22.71 136.14 -
System Red Green Blue C M Y K H S L
Decimal 218 237 20 0.08 0 0.92 0.07 65.25 0.86 0.5
Hex DA ED 14 8 0 5C 7 41 56 32
Octal 332 355 24 10 0 134 7 101 126 62
Binary 11011010 11101101 10100 1000 0 1011100 111 1000001 1010110 110010

Color Harmonies of #DAED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAED14

Black with #DAED14

Text Example


Text Example

White with #DAED14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAED14; }

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

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

background-color css

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

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

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

border-color css

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

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

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