Html Css Color HEX #65C971 Fern

📋 copy color: '#65C971'

red 101 ◦ green 201 ◦ blue 113

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

Shades of Fern #65C971

Tints of Fern #65C971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.23%

R = 24.34%
G = 48.43%
B = 27.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#65C971 (or 0x65C971) is known color: Fern. HEX triplet: 65, C9 and 71. RGB value is (101,201,113). Sum of RGB (Red+Green+Blue) = 101+201+113=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #65C971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C971 is #9A368E. Grayscale: #A1A1A1. Windows color (decimal): -10106511 or 7457125. OLE color: 7457125.

HSL color Cylindrical-coordinate representation of color #65C971: hue angle of 127.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 #65C971 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 201 113 -
CMYK 0.50 0 0.44 0.21
HSL 127.2º 0.48% 0.59% -
HSV(B) 127.2º 0.5% 0.79% -
XYZ 29.23 45.73 22.91 -
YUV 161.07 100.87 85.16 -
System Red Green Blue C M Y K H S L
Decimal 101 201 113 0.50 0 0.44 0.21 127.2 0.48 0.59
Hex 65 C9 71 32 0 2C 15 7F 30 3B
Octal 145 311 161 62 0 54 25 177 60 73
Binary 1100101 11001001 1110001 110010 0 101100 10101 1111111 110000 111011

Color Harmonies of #65C971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C971

Black with #65C971

Text Example


Text Example

White with #65C971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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