#65C75B

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

Shades of Fern #65C75B

Tints of Fern #65C75B

Color information

#65C75B (or 0x65C75B) is unknown color: approx Fern. HEX triplet: 65, C7 and 5B. RGB value is (101,199,91). Sum of RGB (Red+Green+Blue) = 101+199+91=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 199 (78.12% from 255 or 50.90% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 199 - color contains mainly: green. Hex color #65C75B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C75B is #9A38A4. Grayscale: #9D9D9D. Windows color (decimal): -10107045 or 6014821. OLE color: 6014821.

HSL color Cylindrical-coordinate representation of color #65C75B: hue angle of 114.44º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65C75B is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB10119991-
CMYK0.4900.540.22
HSL114.44º49.09%56.86%-
HSV(B)114.44º54.27%78.04%-
XYZ27.6844.3717-
YUV157.3990.5387.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.83%
GREEN value IS 199 (78.12% from 255) = 50.90%
BLUE value IS 91 (35.94% from 255) = 23.27%
R=25.83%
G=50.90%
B=23.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101199910.4900.540.22114.4449.0956.86
Hex65C75B3103616723139
Octal14530713361066261626171
Binary11001011100011110110111100010110110101101110010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,199,91); }

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

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

 a { background-color: rgb(101,199,91); }

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

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

 span { border-color: rgb(101,199,91); }

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