#60CB71

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

Shades of Fern #60CB71

Tints of Fern #60CB71

Color information

#60CB71 (or 0x60CB71) is unknown color: approx Fern. HEX triplet: 60, CB and 71. RGB value is (96,203,113). Sum of RGB (Red+Green+Blue) = 96+203+113=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CB71 is #9F348E. Grayscale: #A1A1A1. Windows color (decimal): -10433679 or 7457632. OLE color: 7457632.

HSL color Cylindrical-coordinate representation of color #60CB71: hue angle of 129.53º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CB71 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB96203113-
CMYK0.5300.440.20
HSL129.53º50.71%58.63%-
HSV(B)129.53º52.71%79.61%-
XYZ29.1646.3923.04-
YUV160.75101.0581.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.30%
GREEN value IS 203 (79.69% from 255) = 49.27%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=23.30%
G=49.27%
B=27.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal962031130.5300.440.20129.5350.7158.63
Hex60CB713502C1482333b
Octal14031316165054242026373
Binary110000011001011111000111010101011001010010000010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,203,113); }

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

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

 a { background-color: rgb(96,203,113); }

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

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

 span { border-color: rgb(96,203,113); }

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