Html Css Color HEX #DBEC14 Chartreuse Yellow

📋 copy color: '#DBEC14'

red 219 ◦ green 236 ◦ blue 20

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

Shades of Chartreuse Yellow #DBEC14

Tints of Chartreuse Yellow #DBEC14

RGB

 RED value IS 219 (85.94% from 255) = 46.11%

 GREEN value IS 236 (92.58% from 255) = 49.68%

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

R = 46.11%
G = 49.68%
B = 4.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#DBEC14 (or 0xDBEC14) is known color: Chartreuse Yellow. HEX triplet: DB, EC and 14. RGB value is (219,236,20). Sum of RGB (Red+Green+Blue) = 219+236+20=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEC14 is #2413EB. Grayscale: #CFCFCF. Windows color (decimal): -2364396 or 1371355. OLE color: 1371355.

HSL color Cylindrical-coordinate representation of color #DBEC14: hue angle of 64.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBEC14 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 20 -
CMYK 0.07 0 0.92 0.07
HSL 64.72º 0.85% 0.5% -
HSV(B) 64.72º 0.92% 0.93% -
XYZ 59.34 75.1 12.03 -
YUV 206.29 22.87 137.06 -
System Red Green Blue C M Y K H S L
Decimal 219 236 20 0.07 0 0.92 0.07 64.72 0.85 0.5
Hex DB EC 14 7 0 5C 7 41 55 32
Octal 333 354 24 7 0 134 7 101 125 62
Binary 11011011 11101100 10100 111 0 1011100 111 1000001 1010101 110010

Color Harmonies of #DBEC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC14

Black with #DBEC14

Text Example


Text Example

White with #DBEC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC14; }

 p { color: rgb(219,236,20); }

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

background-color css

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

 a { background-color: rgb(219,236,20); }

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

border-color css

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

 span { border-color: rgb(219,236,20); }

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