Html Css Color HEX #65BD72 Fern

📋 copy color: '#65BD72'

red 101 ◦ green 189 ◦ blue 114

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

Shades of Fern #65BD72

Tints of Fern #65BD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 25%
G = 46.78%
B = 28.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#65BD72 (or 0x65BD72) is known color: Fern. HEX triplet: 65, BD and 72. RGB value is (101,189,114). Sum of RGB (Red+Green+Blue) = 101+189+114=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BD72 is #9A428D. Grayscale: #9A9A9A. Windows color (decimal): -10109582 or 7519589. OLE color: 7519589.

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

Color convert

RGB 101 189 114 -
CMYK 0.47 0 0.40 0.26
HSL 128.86º 0.4% 0.57% -
HSV(B) 128.86º 0.47% 0.74% -
XYZ 26.6 40.38 22.31 -
YUV 154.14 105.35 90.1 -
System Red Green Blue C M Y K H S L
Decimal 101 189 114 0.47 0 0.40 0.26 128.86 0.4 0.57
Hex 65 BD 72 2F 0 28 1A 81 28 39
Octal 145 275 162 57 0 50 32 201 50 71
Binary 1100101 10111101 1110010 101111 0 101000 11010 10000001 101000 111001

Color Harmonies of #65BD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BD72

Black with #65BD72

Text Example


Text Example

White with #65BD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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