Html Css Color HEX #DBFF0E Chartreuse Yellow

📋 copy color: '#DBFF0E'

red 219 ◦ green 255 ◦ blue 14

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

Shades of Chartreuse Yellow #DBFF0E

Tints of Chartreuse Yellow #DBFF0E

RGB

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

 GREEN value IS 255 (100% from 255) = 52.25%

 BLUE value IS 14 (5.86% from 255) = 2.87%

R = 44.88%
G = 52.25%
B = 2.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#DBFF0E (or 0xDBFF0E) is known color: Chartreuse Yellow. HEX triplet: DB, FF and 0E. RGB value is (219,255,14). Sum of RGB (Red+Green+Blue) = 219+255+14=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFF0E is #2400F1. Grayscale: #D9D9D9. Windows color (decimal): -2359538 or 983003. OLE color: 983003.

HSL color Cylindrical-coordinate representation of color #DBFF0E: hue angle of 68.96º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBFF0E is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 14 -
CMYK 0.14 0 0.95 0
HSL 68.96º 1% 0.53% -
HSV(B) 68.96º 0.95% 1% -
XYZ 65.05 86.61 13.7 -
YUV 216.76 13.57 129.6 -
System Red Green Blue C M Y K H S L
Decimal 219 255 14 0.14 0 0.95 0 68.96 1 0.53
Hex DB FF E E 0 5F 0 45 64 35
Octal 333 377 16 16 0 137 0 105 144 65
Binary 11011011 11111111 1110 1110 0 1011111 0 1000101 1100100 110101

Color Harmonies of #DBFF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF0E

Black with #DBFF0E

Text Example


Text Example

White with #DBFF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF0E; }

 p { color: rgb(219,255,14); }

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

background-color css

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

 a { background-color: rgb(219,255,14); }

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

border-color css

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

 span { border-color: rgb(219,255,14); }

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