Html Css Color HEX #65C975 Fern

📋 copy color: '#65C975'

red 101 ◦ green 201 ◦ blue 117

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

Shades of Fern #65C975

Tints of Fern #65C975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 24.11%
G = 47.97%
B = 27.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#65C975 (or 0x65C975) is known color: Fern. HEX triplet: 65, C9 and 75. RGB value is (101,201,117). Sum of RGB (Red+Green+Blue) = 101+201+117=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #65C975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C975 is #9A368A. Grayscale: #A1A1A1. Windows color (decimal): -10106507 or 7719269. OLE color: 7719269.

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

Color convert

RGB 101 201 117 -
CMYK 0.50 0 0.42 0.21
HSL 129.6º 0.48% 0.59% -
HSV(B) 129.6º 0.5% 0.79% -
XYZ 29.46 45.82 24.12 -
YUV 161.52 102.87 84.83 -
System Red Green Blue C M Y K H S L
Decimal 101 201 117 0.50 0 0.42 0.21 129.6 0.48 0.59
Hex 65 C9 75 32 0 2A 15 82 30 3B
Octal 145 311 165 62 0 52 25 202 60 73
Binary 1100101 11001001 1110101 110010 0 101010 10101 10000010 110000 111011

Color Harmonies of #65C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C975

Black with #65C975

Text Example


Text Example

White with #65C975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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