Html Css Color HEX #65C164 Fern

📋 copy color: '#65C164'

red 101 ◦ green 193 ◦ blue 100

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

Shades of Fern #65C164

Tints of Fern #65C164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.98%

 BLUE value IS 100 (39.45% from 255) = 25.38%

R = 25.63%
G = 48.98%
B = 25.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#65C164 (or 0x65C164) is known color: Fern. HEX triplet: 65, C1 and 64. RGB value is (101,193,100). Sum of RGB (Red+Green+Blue) = 101+193+100=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #65C164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C164 is #9A3E9B. Grayscale: #9B9B9B. Windows color (decimal): -10108572 or 6603109. OLE color: 6603109.

HSL color Cylindrical-coordinate representation of color #65C164: hue angle of 119.35º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C164 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 193 100 -
CMYK 0.48 0 0.48 0.24
HSL 119.35º 0.43% 0.57% -
HSV(B) 119.35º 0.48% 0.76% -
XYZ 26.74 41.83 18.72 -
YUV 154.89 97.02 89.56 -
System Red Green Blue C M Y K H S L
Decimal 101 193 100 0.48 0 0.48 0.24 119.35 0.43 0.57
Hex 65 C1 64 30 0 30 18 77 2B 39
Octal 145 301 144 60 0 60 30 167 53 71
Binary 1100101 11000001 1100100 110000 0 110000 11000 1110111 101011 111001

Color Harmonies of #65C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C164

Black with #65C164

Text Example


Text Example

White with #65C164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,193,100); }

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

background-color css

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

 a { background-color: rgb(101,193,100); }

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

border-color css

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

 span { border-color: rgb(101,193,100); }

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