Html Css Color HEX #60C85A Fern

📋 copy color: '#60C85A'

red 96 ◦ green 200 ◦ blue 90

#60C85A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #60C85A

Tints of Fern #60C85A

RGB

 RED value IS 96 (37.89% from 255) = 24.87%

 GREEN value IS 200 (78.52% from 255) = 51.81%

 BLUE value IS 90 (35.55% from 255) = 23.32%

R = 24.87%
G = 51.81%
B = 23.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#60C85A (or 0x60C85A) is known color: Fern. HEX triplet: 60, C8 and 5A. RGB value is (96,200,90). Sum of RGB (Red+Green+Blue) = 96+200+90=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #60C85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C85A is #9F37A5. Grayscale: #9C9C9C. Windows color (decimal): -10434470 or 5949536. OLE color: 5949536.

HSL color Cylindrical-coordinate representation of color #60C85A: hue angle of 116.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60C85A is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 200 90 -
CMYK 0.52 0 0.55 0.22
HSL 116.73º 0.5% 0.57% -
HSV(B) 116.73º 0.55% 0.78% -
XYZ 27.32 44.53 16.83 -
YUV 156.36 90.54 84.94 -
System Red Green Blue C M Y K H S L
Decimal 96 200 90 0.52 0 0.55 0.22 116.73 0.5 0.57
Hex 60 C8 5A 34 0 37 16 75 32 39
Octal 140 310 132 64 0 67 26 165 62 71
Binary 1100000 11001000 1011010 110100 0 110111 10110 1110101 110010 111001

Color Harmonies of #60C85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C85A

Black with #60C85A

Text Example


Text Example

White with #60C85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,200,90); }

 H1.HeaderClassName
 {
   color: #60C85A;
 }
 .AnyTagClassName
 {
   color: #60C85A;
 }
</style>

background-color css

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

 a { background-color: rgb(96,200,90); }

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

border-color css

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

 span { border-color: rgb(96,200,90); }

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