Html Css Color HEX #65BB7D Fern

📋 copy color: '#65BB7D'

red 101 ◦ green 187 ◦ blue 125

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

Shades of Fern #65BB7D

Tints of Fern #65BB7D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.28%

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 24.46%
G = 45.28%
B = 30.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#65BB7D (or 0x65BB7D) is known color: Fern. HEX triplet: 65, BB and 7D. RGB value is (101,187,125). Sum of RGB (Red+Green+Blue) = 101+187+125=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #65BB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BB7D is #9A4482. Grayscale: #9A9A9A. Windows color (decimal): -10110083 or 8239973. OLE color: 8239973.

HSL color Cylindrical-coordinate representation of color #65BB7D: hue angle of 136.74º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BB7D is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 187 125 -
CMYK 0.46 0 0.33 0.27
HSL 136.74º 0.39% 0.56% -
HSV(B) 136.74º 0.46% 0.73% -
XYZ 26.84 39.79 25.67 -
YUV 154.22 111.51 90.04 -
System Red Green Blue C M Y K H S L
Decimal 101 187 125 0.46 0 0.33 0.27 136.74 0.39 0.56
Hex 65 BB 7D 2E 0 21 1B 89 27 38
Octal 145 273 175 56 0 41 33 211 47 70
Binary 1100101 10111011 1111101 101110 0 100001 11011 10001001 100111 111000

Color Harmonies of #65BB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BB7D

Black with #65BB7D

Text Example


Text Example

White with #65BB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,187,125); }

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

background-color css

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

 a { background-color: rgb(101,187,125); }

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

border-color css

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

 span { border-color: rgb(101,187,125); }

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