Html Css Color HEX #DCEB0E Chartreuse Yellow

📋 copy color: '#DCEB0E'

red 220 ◦ green 235 ◦ blue 14

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

Shades of Chartreuse Yellow #DCEB0E

Tints of Chartreuse Yellow #DCEB0E

RGB

 RED value IS 220 (86.33% from 255) = 46.91%

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

 BLUE value IS 14 (5.86% from 255) = 2.99%

R = 46.91%
G = 50.11%
B = 2.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#DCEB0E (or 0xDCEB0E) is known color: Chartreuse Yellow. HEX triplet: DC, EB and 0E. RGB value is (220,235,14). Sum of RGB (Red+Green+Blue) = 220+235+14=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEB0E is #2314F1. Grayscale: #CECECE. Windows color (decimal): -2299122 or 977884. OLE color: 977884.

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

Color convert

RGB 220 235 14 -
CMYK 0.06 0 0.94 0.08
HSL 64.07º 0.89% 0.49% -
HSV(B) 64.07º 0.94% 0.92% -
XYZ 59.3 74.66 11.7 -
YUV 205.32 20.03 138.47 -
System Red Green Blue C M Y K H S L
Decimal 220 235 14 0.06 0 0.94 0.08 64.07 0.89 0.49
Hex DC EB E 6 0 5E 8 40 59 31
Octal 334 353 16 6 0 136 10 100 131 61
Binary 11011100 11101011 1110 110 0 1011110 1000 1000000 1011001 110001

Color Harmonies of #DCEB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB0E

Black with #DCEB0E

Text Example


Text Example

White with #DCEB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB0E; }

 p { color: rgb(220,235,14); }

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

background-color css

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

 a { background-color: rgb(220,235,14); }

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

border-color css

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

 span { border-color: rgb(220,235,14); }

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