Html Css Color HEX #DCEB0F Chartreuse Yellow

📋 copy color: '#DCEB0F'

red 220 ◦ green 235 ◦ blue 15

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

Shades of Chartreuse Yellow #DCEB0F

Tints of Chartreuse Yellow #DCEB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.19%

R = 46.81%
G = 50%
B = 3.19%

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

#DCEB0F (or 0xDCEB0F) is known color: Chartreuse Yellow. HEX triplet: DC, EB and 0F. RGB value is (220,235,15). Sum of RGB (Red+Green+Blue) = 220+235+15=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEB0F is #2314F0. Grayscale: #CECECE. Windows color (decimal): -2299121 or 1043420. OLE color: 1043420.

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

Color convert

RGB 220 235 15 -
CMYK 0.06 0 0.94 0.08
HSL 64.09º 0.88% 0.49% -
HSV(B) 64.09º 0.94% 0.92% -
XYZ 59.31 74.67 11.74 -
YUV 205.44 20.53 138.39 -
System Red Green Blue C M Y K H S L
Decimal 220 235 15 0.06 0 0.94 0.08 64.09 0.88 0.49
Hex DC EB F 6 0 5E 8 40 58 31
Octal 334 353 17 6 0 136 10 100 130 61
Binary 11011100 11101011 1111 110 0 1011110 1000 1000000 1011000 110001

Color Harmonies of #DCEB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB0F

Black with #DCEB0F

Text Example


Text Example

White with #DCEB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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