#65C35A

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

Shades of Fern #65C35A

Tints of Fern #65C35A

Color information

#65C35A (or 0x65C35A) is unknown color: approx Fern. HEX triplet: 65, C3 and 5A. RGB value is (101,195,90). Sum of RGB (Red+Green+Blue) = 101+195+90=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #65C35A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C35A is #9A3CA5. Grayscale: #9B9B9B. Windows color (decimal): -10108070 or 5948261. OLE color: 5948261.

HSL color Cylindrical-coordinate representation of color #65C35A: hue angle of 113.71º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65C35A is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB10119590-
CMYK0.4800.540.24
HSL113.71º46.67%55.88%-
HSV(B)113.71º53.85%76.47%-
XYZ26.7342.5416.47-
YUV154.9291.3689.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.17%
GREEN value IS 195 (76.56% from 255) = 50.52%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=26.17%
G=50.52%
B=23.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101195900.4800.540.24113.7146.6755.88
Hex65C35A3003618722f38
Octal14530313260066301625770
Binary11001011100001110110101100000110110110001110010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,195,90); }

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

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

 a { background-color: rgb(101,195,90); }

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

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

 span { border-color: rgb(101,195,90); }

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