#60DB0E

Color #60DB0E Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #60DB0E

Tints of Bright Green #60DB0E

Color information

#60DB0E (or 0x60DB0E) is unknown color: approx Bright Green. HEX triplet: 60, DB and 0E. RGB value is (96,219,14). Sum of RGB (Red+Green+Blue) = 96+219+14=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 219 (85.94% from 255 or 66.57% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 219 - color contains mainly: green. Hex color #60DB0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60DB0E is #9F24F1. Grayscale: #9F9F9F. Windows color (decimal): -10429682 or 973664. OLE color: 973664.

HSL color Cylindrical-coordinate representation of color #60DB0E: hue angle of 96º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60DB0E is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB9621914-
CMYK0.5600.940.14
HSL96º87.98%45.69%-
HSV(B)96º93.61%85.88%-
XYZ30.2353.189.09-
YUV158.8546.2583.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 219 (85.94% from 255) = 66.57%
BLUE value IS 14 (5.86% from 255) = 4.26%
R=29.18%
G=66.57%
B=4.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal96219140.5600.940.149687.9845.69
Hex60DBE3805EE60582e
Octal140333167001361614013056
Binary110000011011011111011100001011110111011000001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60DB0E; }

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

 H1.HeaderClassName
 {
   color: #60DB0E;
 }
 .AnyTagClassName
 {
   color: #60DB0E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #60DB0E;
 }
 .BgClassName
 {
   background-color: #60DB0E;
 }
</style>
border-color css

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

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

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