Html Css Color HEX #DBF00E Chartreuse Yellow

📋 copy color: '#DBF00E'

red 219 ◦ green 240 ◦ blue 14

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

Shades of Chartreuse Yellow #DBF00E

Tints of Chartreuse Yellow #DBF00E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.74%

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

R = 46.3%
G = 50.74%
B = 2.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#DBF00E (or 0xDBF00E) is known color: Chartreuse Yellow. HEX triplet: DB, F0 and 0E. RGB value is (219,240,14). Sum of RGB (Red+Green+Blue) = 219+240+14=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 14 (5.86% from 255 or 2.96% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF00E is #240FF1. Grayscale: #D0D0D0. Windows color (decimal): -2363378 or 979163. OLE color: 979163.

HSL color Cylindrical-coordinate representation of color #DBF00E: hue angle of 65.58º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBF00E is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 14 -
CMYK 0.09 0 0.94 0.06
HSL 65.58º 0.89% 0.5% -
HSV(B) 65.58º 0.94% 0.94% -
XYZ 60.45 77.41 12.17 -
YUV 207.96 18.54 135.88 -
System Red Green Blue C M Y K H S L
Decimal 219 240 14 0.09 0 0.94 0.06 65.58 0.89 0.5
Hex DB F0 E 9 0 5E 6 42 59 32
Octal 333 360 16 11 0 136 6 102 131 62
Binary 11011011 11110000 1110 1001 0 1011110 110 1000010 1011001 110010

Color Harmonies of #DBF00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF00E

Black with #DBF00E

Text Example


Text Example

White with #DBF00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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