Html Css Color HEX #65B96E Fern

📋 copy color: '#65B96E'

red 101 ◦ green 185 ◦ blue 110

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

Shades of Fern #65B96E

Tints of Fern #65B96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.78%

R = 25.51%
G = 46.72%
B = 27.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#65B96E (or 0x65B96E) is known color: Fern. HEX triplet: 65, B9 and 6E. RGB value is (101,185,110). Sum of RGB (Red+Green+Blue) = 101+185+110=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #65B96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B96E is #9A4691. Grayscale: #979797. Windows color (decimal): -10110610 or 7256421. OLE color: 7256421.

HSL color Cylindrical-coordinate representation of color #65B96E: hue angle of 126.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B96E is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 185 110 -
CMYK 0.45 0 0.41 0.27
HSL 126.43º 0.38% 0.56% -
HSV(B) 126.43º 0.45% 0.73% -
XYZ 25.53 38.59 20.85 -
YUV 151.33 104.67 92.1 -
System Red Green Blue C M Y K H S L
Decimal 101 185 110 0.45 0 0.41 0.27 126.43 0.38 0.56
Hex 65 B9 6E 2D 0 29 1B 7E 26 38
Octal 145 271 156 55 0 51 33 176 46 70
Binary 1100101 10111001 1101110 101101 0 101001 11011 1111110 100110 111000

Color Harmonies of #65B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B96E

Black with #65B96E

Text Example


Text Example

White with #65B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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