Html Css Color HEX #65B874 Fern

📋 copy color: '#65B874'

red 101 ◦ green 184 ◦ blue 116

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

Shades of Fern #65B874

Tints of Fern #65B874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.89%

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 25.19%
G = 45.89%
B = 28.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#65B874 (or 0x65B874) is known color: Fern. HEX triplet: 65, B8 and 74. RGB value is (101,184,116). Sum of RGB (Red+Green+Blue) = 101+184+116=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #65B874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B874 is #9A478B. Grayscale: #979797. Windows color (decimal): -10110860 or 7649381. OLE color: 7649381.

HSL color Cylindrical-coordinate representation of color #65B874: hue angle of 130.84º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B874 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 101 184 116 -
CMYK 0.45 0 0.37 0.28
HSL 130.84º 0.37% 0.56% -
HSV(B) 130.84º 0.45% 0.72% -
XYZ 25.66 38.31 22.56 -
YUV 151.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 101 184 116 0.45 0 0.37 0.28 130.84 0.37 0.56
Hex 65 B8 74 2D 0 25 1C 83 25 38
Octal 145 270 164 55 0 45 34 203 45 70
Binary 1100101 10111000 1110100 101101 0 100101 11100 10000011 100101 111000

Color Harmonies of #65B874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B874

Black with #65B874

Text Example


Text Example

White with #65B874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,184,116); }

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

background-color css

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

 a { background-color: rgb(101,184,116); }

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

border-color css

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

 span { border-color: rgb(101,184,116); }

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