#60CC2D

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

Shades of Kelly Green #60CC2D

Tints of Kelly Green #60CC2D

Color information

#60CC2D (or 0x60CC2D) is unknown color: approx Kelly Green. HEX triplet: 60, CC and 2D. RGB value is (96,204,45). Sum of RGB (Red+Green+Blue) = 96+204+45=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CC2D is #9F33D2. Grayscale: #9A9A9A. Windows color (decimal): -10433491 or 3001440. OLE color: 3001440.

HSL color Cylindrical-coordinate representation of color #60CC2D: hue angle of 100.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60CC2D is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB9620445-
CMYK0.5300.780.2
HSL100.75º63.86%48.82%-
HSV(B)100.75º77.94%80%-
XYZ26.8945.869.92-
YUV153.5866.7286.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 204 (80.08% from 255) = 59.13%
BLUE value IS 45 (17.97% from 255) = 13.04%
R=27.83%
G=59.13%
B=13.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal96204450.5300.780.2100.7563.8648.82
Hex60CC2D3504E14654031
Octal140314556501162414510061
Binary110000011001100101101110101010011101010011001011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,204,45); }

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

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

 a { background-color: rgb(96,204,45); }

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

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

 span { border-color: rgb(96,204,45); }

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