Html Css Color HEX #65C060 Fern

📋 copy color: '#65C060'

red 101 ◦ green 192 ◦ blue 96

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

Shades of Fern #65C060

Tints of Fern #65C060

RGB

 RED value IS 101 (39.84% from 255) = 25.96%

 GREEN value IS 192 (75.39% from 255) = 49.36%

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 25.96%
G = 49.36%
B = 24.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#65C060 (or 0x65C060) is known color: Fern. HEX triplet: 65, C0 and 60. RGB value is (101,192,96). Sum of RGB (Red+Green+Blue) = 101+192+96=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #65C060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C060 is #9A3F9F. Grayscale: #9A9A9A. Windows color (decimal): -10108832 or 6340709. OLE color: 6340709.

HSL color Cylindrical-coordinate representation of color #65C060: hue angle of 116.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C060 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 192 96 -
CMYK 0.47 0 0.50 0.25
HSL 116.88º 0.43% 0.56% -
HSV(B) 116.88º 0.5% 0.75% -
XYZ 26.33 41.31 17.65 -
YUV 153.85 95.35 90.31 -
System Red Green Blue C M Y K H S L
Decimal 101 192 96 0.47 0 0.50 0.25 116.88 0.43 0.56
Hex 65 C0 60 2F 0 32 19 75 2B 38
Octal 145 300 140 57 0 62 31 165 53 70
Binary 1100101 11000000 1100000 101111 0 110010 11001 1110101 101011 111000

Color Harmonies of #65C060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C060

Black with #65C060

Text Example


Text Example

White with #65C060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65C060; }

 p { color: rgb(101,192,96); }

 H1.HeaderClassName
 {
   color: #65C060;
 }
 .AnyTagClassName
 {
   color: #65C060;
 }
</style>

background-color css

<style>
 a { background-color: #65C060; }

 a { background-color: rgb(101,192,96); }

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

border-color css

<style>
 span { border-color: #65C060; }

 span { border-color: rgb(101,192,96); }

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