Html Css Color HEX #65C976 Fern

📋 copy color: '#65C976'

red 101 ◦ green 201 ◦ blue 118

#65C976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #65C976

Tints of Fern #65C976

RGB

 RED value IS 101 (39.84% from 255) = 24.05%

 GREEN value IS 201 (78.91% from 255) = 47.86%

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 24.05%
G = 47.86%
B = 28.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#65C976 (or 0x65C976) is known color: Fern. HEX triplet: 65, C9 and 76. RGB value is (101,201,118). Sum of RGB (Red+Green+Blue) = 101+201+118=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #65C976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C976 is #9A3689. Grayscale: #A1A1A1. Windows color (decimal): -10106506 or 7784805. OLE color: 7784805.

HSL color Cylindrical-coordinate representation of color #65C976: hue angle of 130.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C976 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 201 118 -
CMYK 0.50 0 0.41 0.21
HSL 130.2º 0.48% 0.59% -
HSV(B) 130.2º 0.5% 0.79% -
XYZ 29.52 45.85 24.43 -
YUV 161.64 103.37 84.75 -
System Red Green Blue C M Y K H S L
Decimal 101 201 118 0.50 0 0.41 0.21 130.2 0.48 0.59
Hex 65 C9 76 32 0 29 15 82 30 3B
Octal 145 311 166 62 0 51 25 202 60 73
Binary 1100101 11001001 1110110 110010 0 101001 10101 10000010 110000 111011

Color Harmonies of #65C976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C976

Black with #65C976

Text Example


Text Example

White with #65C976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,201,118); }

 H1.HeaderClassName
 {
   color: #65C976;
 }
 .AnyTagClassName
 {
   color: #65C976;
 }
</style>

background-color css

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

 a { background-color: rgb(101,201,118); }

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

border-color css

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

 span { border-color: rgb(101,201,118); }

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