Html Css Color HEX #DAEB0C Chartreuse Yellow

📋 copy color: '#DAEB0C'

red 218 ◦ green 235 ◦ blue 12

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

Shades of Chartreuse Yellow #DAEB0C

Tints of Chartreuse Yellow #DAEB0C

RGB

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

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

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

R = 46.88%
G = 50.54%
B = 2.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#DAEB0C (or 0xDAEB0C) is known color: Chartreuse Yellow. HEX triplet: DA, EB and 0C. RGB value is (218,235,12). Sum of RGB (Red+Green+Blue) = 218+235+12=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEB0C is #2514F3. Grayscale: #CDCDCD. Windows color (decimal): -2430196 or 846810. OLE color: 846810.

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

Color convert

RGB 218 235 12 -
CMYK 0.07 0 0.95 0.08
HSL 64.57º 0.9% 0.48% -
HSV(B) 64.57º 0.95% 0.92% -
XYZ 58.69 74.35 11.61 -
YUV 204.5 19.37 137.63 -
System Red Green Blue C M Y K H S L
Decimal 218 235 12 0.07 0 0.95 0.08 64.57 0.9 0.48
Hex DA EB C 7 0 5F 8 41 5A 30
Octal 332 353 14 7 0 137 10 101 132 60
Binary 11011010 11101011 1100 111 0 1011111 1000 1000001 1011010 110000

Color Harmonies of #DAEB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB0C

Black with #DAEB0C

Text Example


Text Example

White with #DAEB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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