Html Css Color HEX #65C275 Fern

📋 copy color: '#65C275'

red 101 ◦ green 194 ◦ blue 117

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

Shades of Fern #65C275

Tints of Fern #65C275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.09%

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

R = 24.51%
G = 47.09%
B = 28.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#65C275 (or 0x65C275) is known color: Fern. HEX triplet: 65, C2 and 75. RGB value is (101,194,117). Sum of RGB (Red+Green+Blue) = 101+194+117=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #65C275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C275 is #9A3D8A. Grayscale: #9D9D9D. Windows color (decimal): -10108299 or 7717477. OLE color: 7717477.

HSL color Cylindrical-coordinate representation of color #65C275: hue angle of 130.32º 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 #65C275 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 194 117 -
CMYK 0.48 0 0.40 0.24
HSL 130.32º 0.43% 0.58% -
HSV(B) 130.32º 0.48% 0.76% -
XYZ 27.87 42.63 23.59 -
YUV 157.42 105.19 87.76 -
System Red Green Blue C M Y K H S L
Decimal 101 194 117 0.48 0 0.40 0.24 130.32 0.43 0.58
Hex 65 C2 75 30 0 28 18 82 2B 3A
Octal 145 302 165 60 0 50 30 202 53 72
Binary 1100101 11000010 1110101 110000 0 101000 11000 10000010 101011 111010

Color Harmonies of #65C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C275

Black with #65C275

Text Example


Text Example

White with #65C275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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