#60BD00

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

Shades of Kelly Green #60BD00

Tints of Kelly Green #60BD00

Color information

#60BD00 (or 0x60BD00) is unknown color: approx Kelly Green. HEX triplet: 60, BD and 00. RGB value is (96,189,0). Sum of RGB (Red+Green+Blue) = 96+189+0=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BD00 is #9F42FF. Grayscale: #8C8C8C. Windows color (decimal): -10437376 or 48480. OLE color: 48480.

HSL color Cylindrical-coordinate representation of color #60BD00: hue angle of 89.52º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60BD00 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB961890-
CMYK0.49010.26
HSL89.52º100%37.06%-
HSV(B)89.52º100%74.12%-
XYZ23.0238.886.29-
YUV139.6549.1996.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 189 (74.22% from 255) = 66.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.68%
G=66.32%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9618900.49010.2689.5210037.06
Hex60BD0310641A5a6425
Octal14027506101443213214445
Binary1100000101111010110001011001001101010110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,189,0); }

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

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

 a { background-color: rgb(96,189,0); }

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

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

 span { border-color: rgb(96,189,0); }

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