Html Css Color HEX #65BC71 Fern

📋 copy color: '#65BC71'

red 101 ◦ green 188 ◦ blue 113

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

Shades of Fern #65BC71

Tints of Fern #65BC71

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.77%

 BLUE value IS 113 (44.53% from 255) = 28.11%

R = 25.12%
G = 46.77%
B = 28.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#65BC71 (or 0x65BC71) is known color: Fern. HEX triplet: 65, BC and 71. RGB value is (101,188,113). Sum of RGB (Red+Green+Blue) = 101+188+113=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BC71 is #9A438E. Grayscale: #999999. Windows color (decimal): -10109839 or 7453797. OLE color: 7453797.

HSL color Cylindrical-coordinate representation of color #65BC71: hue angle of 128.28º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BC71 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 188 113 -
CMYK 0.46 0 0.40 0.26
HSL 128.28º 0.39% 0.57% -
HSV(B) 128.28º 0.46% 0.74% -
XYZ 26.33 39.93 21.94 -
YUV 153.44 105.18 90.6 -
System Red Green Blue C M Y K H S L
Decimal 101 188 113 0.46 0 0.40 0.26 128.28 0.39 0.57
Hex 65 BC 71 2E 0 28 1A 80 27 39
Octal 145 274 161 56 0 50 32 200 47 71
Binary 1100101 10111100 1110001 101110 0 101000 11010 10000000 100111 111001

Color Harmonies of #65BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BC71

Black with #65BC71

Text Example


Text Example

White with #65BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,188,113); }

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

background-color css

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

 a { background-color: rgb(101,188,113); }

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

border-color css

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

 span { border-color: rgb(101,188,113); }

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