Html Css Color HEX #65B47C Fern

📋 copy color: '#65B47C'

red 101 ◦ green 180 ◦ blue 124

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

Shades of Fern #65B47C

Tints of Fern #65B47C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.44%

 BLUE value IS 124 (48.83% from 255) = 30.62%

R = 24.94%
G = 44.44%
B = 30.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#65B47C (or 0x65B47C) is known color: Fern. HEX triplet: 65, B4 and 7C. RGB value is (101,180,124). Sum of RGB (Red+Green+Blue) = 101+180+124=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #65B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B47C is #9A4B83. Grayscale: #969696. Windows color (decimal): -10111876 or 8172645. OLE color: 8172645.

HSL color Cylindrical-coordinate representation of color #65B47C: hue angle of 137.47º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B47C is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 180 124 -
CMYK 0.44 0 0.31 0.29
HSL 137.47º 0.34% 0.55% -
HSV(B) 137.47º 0.44% 0.71% -
XYZ 25.33 36.86 24.85 -
YUV 150 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 101 180 124 0.44 0 0.31 0.29 137.47 0.34 0.55
Hex 65 B4 7C 2C 0 1F 1D 89 22 37
Octal 145 264 174 54 0 37 35 211 42 67
Binary 1100101 10110100 1111100 101100 0 11111 11101 10001001 100010 110111

Color Harmonies of #65B47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B47C

Black with #65B47C

Text Example


Text Example

White with #65B47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,180,124); }

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

background-color css

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

 a { background-color: rgb(101,180,124); }

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

border-color css

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

 span { border-color: rgb(101,180,124); }

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