Html Css Color HEX #DAEB14 Chartreuse Yellow

📋 copy color: '#DAEB14'

red 218 ◦ green 235 ◦ blue 20

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

Shades of Chartreuse Yellow #DAEB14

Tints of Chartreuse Yellow #DAEB14

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.68%

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

R = 46.09%
G = 49.68%
B = 4.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#DAEB14 (or 0xDAEB14) is known color: Chartreuse Yellow. HEX triplet: DA, EB and 14. RGB value is (218,235,20). Sum of RGB (Red+Green+Blue) = 218+235+20=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEB14 is #2514EB. Grayscale: #CECECE. Windows color (decimal): -2430188 or 1371098. OLE color: 1371098.

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

Color convert

RGB 218 235 20 -
CMYK 0.07 0 0.91 0.08
HSL 64.74º 0.84% 0.5% -
HSV(B) 64.74º 0.91% 0.92% -
XYZ 58.75 74.37 11.92 -
YUV 205.41 23.37 136.98 -
System Red Green Blue C M Y K H S L
Decimal 218 235 20 0.07 0 0.91 0.08 64.74 0.84 0.5
Hex DA EB 14 7 0 5B 8 41 54 32
Octal 332 353 24 7 0 133 10 101 124 62
Binary 11011010 11101011 10100 111 0 1011011 1000 1000001 1010100 110010

Color Harmonies of #DAEB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB14

Black with #DAEB14

Text Example


Text Example

White with #DAEB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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