Html Css Color HEX #65BD73 Fern

📋 copy color: '#65BD73'

red 101 ◦ green 189 ◦ blue 115

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

Shades of Fern #65BD73

Tints of Fern #65BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.67%

 BLUE value IS 115 (45.31% from 255) = 28.4%

R = 24.94%
G = 46.67%
B = 28.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#65BD73 (or 0x65BD73) is known color: Fern. HEX triplet: 65, BD and 73. RGB value is (101,189,115). Sum of RGB (Red+Green+Blue) = 101+189+115=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BD73 is #9A428C. Grayscale: #9A9A9A. Windows color (decimal): -10109581 or 7585125. OLE color: 7585125.

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

Color convert

RGB 101 189 115 -
CMYK 0.47 0 0.39 0.26
HSL 129.55º 0.4% 0.57% -
HSV(B) 129.55º 0.47% 0.74% -
XYZ 26.66 40.4 22.61 -
YUV 154.25 105.85 90.02 -
System Red Green Blue C M Y K H S L
Decimal 101 189 115 0.47 0 0.39 0.26 129.55 0.4 0.57
Hex 65 BD 73 2F 0 27 1A 82 28 39
Octal 145 275 163 57 0 47 32 202 50 71
Binary 1100101 10111101 1110011 101111 0 100111 11010 10000010 101000 111001

Color Harmonies of #65BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BD73

Black with #65BD73

Text Example


Text Example

White with #65BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,189,115); }

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

background-color css

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

 a { background-color: rgb(101,189,115); }

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

border-color css

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

 span { border-color: rgb(101,189,115); }

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