Html Css Color HEX #65BF74 Fern

📋 copy color: '#65BF74'

red 101 ◦ green 191 ◦ blue 116

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

Shades of Fern #65BF74

Tints of Fern #65BF74

RGB

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

 GREEN value IS 191 (75% from 255) = 46.81%

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

R = 24.75%
G = 46.81%
B = 28.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#65BF74 (or 0x65BF74) is known color: Fern. HEX triplet: 65, BF and 74. RGB value is (101,191,116). Sum of RGB (Red+Green+Blue) = 101+191+116=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BF74 is #9A408B. Grayscale: #9B9B9B. Windows color (decimal): -10109068 or 7651173. OLE color: 7651173.

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

Color convert

RGB 101 191 116 -
CMYK 0.47 0 0.39 0.25
HSL 130º 0.41% 0.57% -
HSV(B) 130º 0.47% 0.75% -
XYZ 27.15 41.29 23.06 -
YUV 155.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 101 191 116 0.47 0 0.39 0.25 130 0.41 0.57
Hex 65 BF 74 2F 0 27 19 82 29 39
Octal 145 277 164 57 0 47 31 202 51 71
Binary 1100101 10111111 1110100 101111 0 100111 11001 10000010 101001 111001

Color Harmonies of #65BF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BF74

Black with #65BF74

Text Example


Text Example

White with #65BF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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