Html Css Color HEX #65BD74 Fern

📋 copy color: '#65BD74'

red 101 ◦ green 189 ◦ blue 116

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

Shades of Fern #65BD74

Tints of Fern #65BD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 24.88%
G = 46.55%
B = 28.57%

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

#65BD74 (or 0x65BD74) is known color: Fern. HEX triplet: 65, BD and 74. RGB value is (101,189,116). Sum of RGB (Red+Green+Blue) = 101+189+116=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BD74 is #9A428B. Grayscale: #9A9A9A. Windows color (decimal): -10109580 or 7650661. OLE color: 7650661.

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

Color convert

RGB 101 189 116 -
CMYK 0.47 0 0.39 0.26
HSL 130.23º 0.4% 0.57% -
HSV(B) 130.23º 0.47% 0.74% -
XYZ 26.72 40.42 22.92 -
YUV 154.37 106.35 89.94 -
System Red Green Blue C M Y K H S L
Decimal 101 189 116 0.47 0 0.39 0.26 130.23 0.4 0.57
Hex 65 BD 74 2F 0 27 1A 82 28 39
Octal 145 275 164 57 0 47 32 202 50 71
Binary 1100101 10111101 1110100 101111 0 100111 11010 10000010 101000 111001

Color Harmonies of #65BD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BD74

Black with #65BD74

Text Example


Text Example

White with #65BD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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