#60cf5b

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

Shades of Fern #60CF5B

Tints of Fern #60CF5B

Color information

#60CF5B (or 0x60CF5B) is unknown color: approx Fern. HEX triplet: 60, CF and 5B. RGB value is (96,207,91). Sum of RGB (Red+Green+Blue) = 96+207+91=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #60CF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CF5B is #9F30A4. Grayscale: #A0A0A0. Windows color (decimal): -10432677 or 6016864. OLE color: 6016864.

HSL color Cylindrical-coordinate representation of color #60CF5B: hue angle of 117.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60CF5B is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB9620791-
CMYK0.5400.560.19
HSL117.41º54.72%58.43%-
HSV(B)117.41º56.04%81.18%-
XYZ29.0347.8717.61-
YUV160.5988.7381.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 207 (81.25% from 255) = 52.54%
BLUE value IS 91 (35.94% from 255) = 23.10%
R=24.37%
G=52.54%
B=23.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96207910.5400.560.19117.4154.7258.43
Hex60CF5B360381375373a
Octal14031713366070231656772
Binary11000001100111110110111101100111000100111110101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60cf5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,207,91); }

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

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

 a { background-color: rgb(96,207,91); }

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

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

 span { border-color: rgb(96,207,91); }

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