Html Css Color HEX #DBEE14 Chartreuse Yellow

📋 copy color: '#DBEE14'

red 219 ◦ green 238 ◦ blue 20

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

Shades of Chartreuse Yellow #DBEE14

Tints of Chartreuse Yellow #DBEE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.9%

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

R = 45.91%
G = 49.9%
B = 4.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#DBEE14 (or 0xDBEE14) is known color: Chartreuse Yellow. HEX triplet: DB, EE and 14. RGB value is (219,238,20). Sum of RGB (Red+Green+Blue) = 219+238+20=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEE14 is #2411EB. Grayscale: #D0D0D0. Windows color (decimal): -2363884 or 1371867. OLE color: 1371867.

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

Color convert

RGB 219 238 20 -
CMYK 0.08 0 0.92 0.07
HSL 65.23º 0.87% 0.51% -
HSV(B) 65.23º 0.92% 0.93% -
XYZ 59.91 76.26 12.22 -
YUV 207.47 22.21 136.23 -
System Red Green Blue C M Y K H S L
Decimal 219 238 20 0.08 0 0.92 0.07 65.23 0.87 0.51
Hex DB EE 14 8 0 5C 7 41 57 33
Octal 333 356 24 10 0 134 7 101 127 63
Binary 11011011 11101110 10100 1000 0 1011100 111 1000001 1010111 110011

Color Harmonies of #DBEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE14

Black with #DBEE14

Text Example


Text Example

White with #DBEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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