Html Css Color HEX #DAEF14 Chartreuse Yellow

📋 copy color: '#DAEF14'

red 218 ◦ green 239 ◦ blue 20

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

Shades of Chartreuse Yellow #DAEF14

Tints of Chartreuse Yellow #DAEF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.1%

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

R = 45.7%
G = 50.1%
B = 4.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#DAEF14 (or 0xDAEF14) is known color: Chartreuse Yellow. HEX triplet: DA, EF and 14. RGB value is (218,239,20). Sum of RGB (Red+Green+Blue) = 218+239+20=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEF14 is #2510EB. Grayscale: #D0D0D0. Windows color (decimal): -2429164 or 1372122. OLE color: 1372122.

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

Color convert

RGB 218 239 20 -
CMYK 0.09 0 0.92 0.06
HSL 65.75º 0.87% 0.51% -
HSV(B) 65.75º 0.92% 0.94% -
XYZ 59.91 76.69 12.31 -
YUV 207.76 22.04 135.31 -
System Red Green Blue C M Y K H S L
Decimal 218 239 20 0.09 0 0.92 0.06 65.75 0.87 0.51
Hex DA EF 14 9 0 5C 6 42 57 33
Octal 332 357 24 11 0 134 6 102 127 63
Binary 11011010 11101111 10100 1001 0 1011100 110 1000010 1010111 110011

Color Harmonies of #DAEF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEF14

Black with #DAEF14

Text Example


Text Example

White with #DAEF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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