Html Css Color HEX #DAEE14 Chartreuse Yellow

📋 copy color: '#DAEE14'

red 218 ◦ green 238 ◦ blue 20

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

Shades of Chartreuse Yellow #DAEE14

Tints of Chartreuse Yellow #DAEE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50%

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

R = 45.8%
G = 50%
B = 4.2%

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

#DAEE14 (or 0xDAEE14) is known color: Chartreuse Yellow. HEX triplet: DA, EE and 14. RGB value is (218,238,20). Sum of RGB (Red+Green+Blue) = 218+238+20=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEE14 is #2511EB. Grayscale: #D0D0D0. Windows color (decimal): -2429420 or 1371866. OLE color: 1371866.

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

Color convert

RGB 218 238 20 -
CMYK 0.08 0 0.92 0.07
HSL 65.5º 0.87% 0.51% -
HSV(B) 65.5º 0.92% 0.93% -
XYZ 59.61 76.11 12.21 -
YUV 207.17 22.37 135.73 -
System Red Green Blue C M Y K H S L
Decimal 218 238 20 0.08 0 0.92 0.07 65.5 0.87 0.51
Hex DA EE 14 8 0 5C 7 42 57 33
Octal 332 356 24 10 0 134 7 102 127 63
Binary 11011010 11101110 10100 1000 0 1011100 111 1000010 1010111 110011

Color Harmonies of #DAEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEE14

Black with #DAEE14

Text Example


Text Example

White with #DAEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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