Html Css Color HEX #65C075 Fern

📋 copy color: '#65C075'

red 101 ◦ green 192 ◦ blue 117

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

Shades of Fern #65C075

Tints of Fern #65C075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.83%

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

R = 24.63%
G = 46.83%
B = 28.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#65C075 (or 0x65C075) is known color: Fern. HEX triplet: 65, C0 and 75. RGB value is (101,192,117). Sum of RGB (Red+Green+Blue) = 101+192+117=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #65C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C075 is #9A3F8A. Grayscale: #9C9C9C. Windows color (decimal): -10108811 or 7716965. OLE color: 7716965.

HSL color Cylindrical-coordinate representation of color #65C075: hue angle of 130.55º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65C075 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 192 117 -
CMYK 0.47 0 0.39 0.25
HSL 130.55º 0.42% 0.57% -
HSV(B) 130.55º 0.47% 0.75% -
XYZ 27.43 41.75 23.44 -
YUV 156.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 101 192 117 0.47 0 0.39 0.25 130.55 0.42 0.57
Hex 65 C0 75 2F 0 27 19 83 2A 39
Octal 145 300 165 57 0 47 31 203 52 71
Binary 1100101 11000000 1110101 101111 0 100111 11001 10000011 101010 111001

Color Harmonies of #65C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C075

Black with #65C075

Text Example


Text Example

White with #65C075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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