#65CC62

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

Shades of Fern #65CC62

Tints of Fern #65CC62

Color information

#65CC62 (or 0x65CC62) is unknown color: approx Fern. HEX triplet: 65, CC and 62. RGB value is (101,204,98). Sum of RGB (Red+Green+Blue) = 101+204+98=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #65CC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CC62 is #9A339D. Grayscale: #A1A1A1. Windows color (decimal): -10105758 or 6474853. OLE color: 6474853.

HSL color Cylindrical-coordinate representation of color #65CC62: hue angle of 118.3º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65CC62 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB10120498-
CMYK0.5000.520.2
HSL118.3º50.96%59.22%-
HSV(B)118.3º51.96%80%-
XYZ29.1646.8319.06-
YUV161.1292.3885.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 204 (80.08% from 255) = 50.62%
BLUE value IS 98 (38.67% from 255) = 24.32%
R=25.06%
G=50.62%
B=24.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal101204980.5000.520.2118.350.9659.22
Hex65CC62320341476333b
Octal14531414262064241666373
Binary11001011100110011000101100100110100101001110110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,204,98); }

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

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

 a { background-color: rgb(101,204,98); }

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

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

 span { border-color: rgb(101,204,98); }

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