Html Css Color HEX #65C375 Fern

📋 copy color: '#65C375'

red 101 ◦ green 195 ◦ blue 117

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

Shades of Fern #65C375

Tints of Fern #65C375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.22%

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

R = 24.46%
G = 47.22%
B = 28.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#65C375 (or 0x65C375) is known color: Fern. HEX triplet: 65, C3 and 75. RGB value is (101,195,117). Sum of RGB (Red+Green+Blue) = 101+195+117=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #65C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C375 is #9A3C8A. Grayscale: #9E9E9E. Windows color (decimal): -10108043 or 7717733. OLE color: 7717733.

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

Color convert

RGB 101 195 117 -
CMYK 0.48 0 0.4 0.24
HSL 130.21º 0.44% 0.58% -
HSV(B) 130.21º 0.48% 0.76% -
XYZ 28.09 43.08 23.66 -
YUV 158 104.86 87.34 -
System Red Green Blue C M Y K H S L
Decimal 101 195 117 0.48 0 0.4 0.24 130.21 0.44 0.58
Hex 65 C3 75 30 0 28 18 82 2C 3A
Octal 145 303 165 60 0 50 30 202 54 72
Binary 1100101 11000011 1110101 110000 0 101000 11000 10000010 101100 111010

Color Harmonies of #65C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C375

Black with #65C375

Text Example


Text Example

White with #65C375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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