Html Css Color HEX #65B95D Fern

📋 copy color: '#65B95D'

red 101 ◦ green 185 ◦ blue 93

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

Shades of Fern #65B95D

Tints of Fern #65B95D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.81%

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 26.65%
G = 48.81%
B = 24.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#65B95D (or 0x65B95D) is known color: Fern. HEX triplet: 65, B9 and 5D. RGB value is (101,185,93). Sum of RGB (Red+Green+Blue) = 101+185+93=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #65B95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B95D is #9A46A2. Grayscale: #959595. Windows color (decimal): -10110627 or 6142309. OLE color: 6142309.

HSL color Cylindrical-coordinate representation of color #65B95D: hue angle of 114.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65B95D is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 185 93 -
CMYK 0.45 0 0.50 0.27
HSL 114.78º 0.4% 0.55% -
HSV(B) 114.78º 0.5% 0.73% -
XYZ 24.69 38.25 16.44 -
YUV 149.4 96.17 93.48 -
System Red Green Blue C M Y K H S L
Decimal 101 185 93 0.45 0 0.50 0.27 114.78 0.4 0.55
Hex 65 B9 5D 2D 0 32 1B 73 28 37
Octal 145 271 135 55 0 62 33 163 50 67
Binary 1100101 10111001 1011101 101101 0 110010 11011 1110011 101000 110111

Color Harmonies of #65B95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B95D

Black with #65B95D

Text Example


Text Example

White with #65B95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,185,93); }

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

background-color css

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

 a { background-color: rgb(101,185,93); }

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

border-color css

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

 span { border-color: rgb(101,185,93); }

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