Html Css Color HEX #DCEB0C Chartreuse Yellow

📋 copy color: '#DCEB0C'

red 220 ◦ green 235 ◦ blue 12

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

Shades of Chartreuse Yellow #DCEB0C

Tints of Chartreuse Yellow #DCEB0C

RGB

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

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

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

R = 47.11%
G = 50.32%
B = 2.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#DCEB0C (or 0xDCEB0C) is known color: Chartreuse Yellow. HEX triplet: DC, EB and 0C. RGB value is (220,235,12). Sum of RGB (Red+Green+Blue) = 220+235+12=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEB0C is #2314F3. Grayscale: #CDCDCD. Windows color (decimal): -2299124 or 846812. OLE color: 846812.

HSL color Cylindrical-coordinate representation of color #DCEB0C: hue angle of 64.04º 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 #DCEB0C is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 235 12 -
CMYK 0.06 0 0.95 0.08
HSL 64.04º 0.9% 0.48% -
HSV(B) 64.04º 0.95% 0.92% -
XYZ 59.29 74.66 11.63 -
YUV 205.09 19.03 138.63 -
System Red Green Blue C M Y K H S L
Decimal 220 235 12 0.06 0 0.95 0.08 64.04 0.9 0.48
Hex DC EB C 6 0 5F 8 40 5A 30
Octal 334 353 14 6 0 137 10 100 132 60
Binary 11011100 11101011 1100 110 0 1011111 1000 1000000 1011010 110000

Color Harmonies of #DCEB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB0C

Black with #DCEB0C

Text Example


Text Example

White with #DCEB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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