Html Css Color HEX #65BC70 Fern

📋 copy color: '#65BC70'

red 101 ◦ green 188 ◦ blue 112

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

Shades of Fern #65BC70

Tints of Fern #65BC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 25.19%
G = 46.88%
B = 27.93%

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

#65BC70 (or 0x65BC70) is known color: Fern. HEX triplet: 65, BC and 70. RGB value is (101,188,112). Sum of RGB (Red+Green+Blue) = 101+188+112=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BC70 is #9A438F. Grayscale: #999999. Windows color (decimal): -10109840 or 7388261. OLE color: 7388261.

HSL color Cylindrical-coordinate representation of color #65BC70: hue angle of 127.59º 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 #65BC70 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 188 112 -
CMYK 0.46 0 0.40 0.26
HSL 127.59º 0.39% 0.57% -
HSV(B) 127.59º 0.46% 0.74% -
XYZ 26.27 39.9 21.65 -
YUV 153.32 104.68 90.68 -
System Red Green Blue C M Y K H S L
Decimal 101 188 112 0.46 0 0.40 0.26 127.59 0.39 0.57
Hex 65 BC 70 2E 0 28 1A 80 27 39
Octal 145 274 160 56 0 50 32 200 47 71
Binary 1100101 10111100 1110000 101110 0 101000 11010 10000000 100111 111001

Color Harmonies of #65BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BC70

Black with #65BC70

Text Example


Text Example

White with #65BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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