#65C274

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

Shades of Fern #65C274

Tints of Fern #65C274

Color information

#65C274 (or 0x65C274) is unknown color: approx Fern. HEX triplet: 65, C2 and 74. RGB value is (101,194,116). Sum of RGB (Red+Green+Blue) = 101+194+116=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #65C274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C274 is #9A3D8B. Grayscale: #9D9D9D. Windows color (decimal): -10108300 or 7651941. OLE color: 7651941.

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

Color convert

RGB101194116-
CMYK0.4800.400.24
HSL129.68º43.26%57.84%-
HSV(B)129.68º47.94%76.08%-
XYZ27.8142.6123.28-
YUV157.3104.6987.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.57%
GREEN value IS 194 (76.17% from 255) = 47.20%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=24.57%
G=47.20%
B=28.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011941160.4800.400.24129.6843.2657.84
Hex65C2743002818822b3a
Octal14530216460050302025372
Binary110010111000010111010011000001010001100010000010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,194,116); }

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

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

 a { background-color: rgb(101,194,116); }

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

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

 span { border-color: rgb(101,194,116); }

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