Html Css Color HEX #5FBF7B Emerald

📋 copy color: '#5FBF7B'

red 95 ◦ green 191 ◦ blue 123

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

Shades of Emerald #5FBF7B

Tints of Emerald #5FBF7B

RGB

 RED value IS 95 (37.5% from 255) = 23.23%

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

 BLUE value IS 123 (48.44% from 255) = 30.07%

R = 23.23%
G = 46.7%
B = 30.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#5FBF7B (or 0x5FBF7B) is known color: Emerald. HEX triplet: 5F, BF and 7B. RGB value is (95,191,123). Sum of RGB (Red+Green+Blue) = 95+191+123=409 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.23% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBF7B is #A04084. Grayscale: #9A9A9A. Windows color (decimal): -10502277 or 8109919. OLE color: 8109919.

HSL color Cylindrical-coordinate representation of color #5FBF7B: hue angle of 137.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBF7B is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 191 123 -
CMYK 0.50 0 0.36 0.25
HSL 137.5º 0.43% 0.56% -
HSV(B) 137.5º 0.5% 0.75% -
XYZ 26.93 41.12 25.26 -
YUV 154.54 110.2 85.53 -
System Red Green Blue C M Y K H S L
Decimal 95 191 123 0.50 0 0.36 0.25 137.5 0.43 0.56
Hex 5F BF 7B 32 0 24 19 8A 2B 38
Octal 137 277 173 62 0 44 31 212 53 70
Binary 1011111 10111111 1111011 110010 0 100100 11001 10001010 101011 111000

Color Harmonies of #5FBF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBF7B

Black with #5FBF7B

Text Example


Text Example

White with #5FBF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FBF7B; }

 p { color: rgb(95,191,123); }

 H1.HeaderClassName
 {
   color: #5FBF7B;
 }
 .AnyTagClassName
 {
   color: #5FBF7B;
 }
</style>

background-color css

<style>
 a { background-color: #5FBF7B; }

 a { background-color: rgb(95,191,123); }

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

border-color css

<style>
 span { border-color: #5FBF7B; }

 span { border-color: rgb(95,191,123); }

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