Html Css Color HEX #DBF00F Chartreuse Yellow

📋 copy color: '#DBF00F'

red 219 ◦ green 240 ◦ blue 15

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

Shades of Chartreuse Yellow #DBF00F

Tints of Chartreuse Yellow #DBF00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.16%

R = 46.2%
G = 50.63%
B = 3.16%

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

#DBF00F (or 0xDBF00F) is known color: Chartreuse Yellow. HEX triplet: DB, F0 and 0F. RGB value is (219,240,15). Sum of RGB (Red+Green+Blue) = 219+240+15=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 15 (6.25% from 255 or 3.16% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF00F is #240FF0. Grayscale: #D0D0D0. Windows color (decimal): -2363377 or 1044699. OLE color: 1044699.

HSL color Cylindrical-coordinate representation of color #DBF00F: hue angle of 65.6º degrees, saturation: 0.88, 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 #DBF00F is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 15 -
CMYK 0.09 0 0.94 0.06
HSL 65.6º 0.88% 0.5% -
HSV(B) 65.6º 0.94% 0.94% -
XYZ 60.46 77.41 12.21 -
YUV 208.07 19.04 135.8 -
System Red Green Blue C M Y K H S L
Decimal 219 240 15 0.09 0 0.94 0.06 65.6 0.88 0.5
Hex DB F0 F 9 0 5E 6 42 58 32
Octal 333 360 17 11 0 136 6 102 130 62
Binary 11011011 11110000 1111 1001 0 1011110 110 1000010 1011000 110010

Color Harmonies of #DBF00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF00F

Black with #DBF00F

Text Example


Text Example

White with #DBF00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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