Html Css Color HEX #DCEB14 Chartreuse Yellow

📋 copy color: '#DCEB14'

red 220 ◦ green 235 ◦ blue 20

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

Shades of Chartreuse Yellow #DCEB14

Tints of Chartreuse Yellow #DCEB14

RGB

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

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

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

R = 46.32%
G = 49.47%
B = 4.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#DCEB14 (or 0xDCEB14) is known color: Chartreuse Yellow. HEX triplet: DC, EB and 14. RGB value is (220,235,20). Sum of RGB (Red+Green+Blue) = 220+235+20=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEB14 is #2314EB. Grayscale: #CECECE. Windows color (decimal): -2299116 or 1371100. OLE color: 1371100.

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

Color convert

RGB 220 235 20 -
CMYK 0.06 0 0.91 0.08
HSL 64.19º 0.84% 0.5% -
HSV(B) 64.19º 0.91% 0.92% -
XYZ 59.35 74.68 11.95 -
YUV 206.01 23.03 137.98 -
System Red Green Blue C M Y K H S L
Decimal 220 235 20 0.06 0 0.91 0.08 64.19 0.84 0.5
Hex DC EB 14 6 0 5B 8 40 54 32
Octal 334 353 24 6 0 133 10 100 124 62
Binary 11011100 11101011 10100 110 0 1011011 1000 1000000 1010100 110010

Color Harmonies of #DCEB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB14

Black with #DCEB14

Text Example


Text Example

White with #DCEB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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