#65CE71

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

Shades of Fern #65CE71

Tints of Fern #65CE71

Color information

#65CE71 (or 0x65CE71) is unknown color: approx Fern. HEX triplet: 65, CE and 71. RGB value is (101,206,113). Sum of RGB (Red+Green+Blue) = 101+206+113=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #65CE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CE71 is #9A318E. Grayscale: #A4A4A4. Windows color (decimal): -10105231 or 7458405. OLE color: 7458405.

HSL color Cylindrical-coordinate representation of color #65CE71: hue angle of 126.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CE71 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB101206113-
CMYK0.5100.450.19
HSL126.86º51.72%60.2%-
HSV(B)126.86º50.97%80.78%-
XYZ30.4248.123.3-
YUV16499.2183.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.05%
GREEN value IS 206 (80.86% from 255) = 49.05%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=24.05%
G=49.05%
B=26.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012061130.5100.450.19126.8651.7260.2
Hex65CE713302D137f343c
Octal14531616163055231776474
Binary11001011100111011100011100110101101100111111111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,206,113); }

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

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

 a { background-color: rgb(101,206,113); }

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

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

 span { border-color: rgb(101,206,113); }

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