Html Css Color HEX #5CBC7A Emerald

📋 copy color: '#5CBC7A'

red 92 ◦ green 188 ◦ blue 122

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

Shades of Emerald #5CBC7A

Tints of Emerald #5CBC7A

RGB

 RED value IS 92 (36.33% from 255) = 22.89%

 GREEN value IS 188 (73.83% from 255) = 46.77%

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 22.89%
G = 46.77%
B = 30.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#5CBC7A (or 0x5CBC7A) is known color: Emerald. HEX triplet: 5C, BC and 7A. RGB value is (92,188,122). Sum of RGB (Red+Green+Blue) = 92+188+122=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC7A is #A34385. Grayscale: #979797. Windows color (decimal): -10699654 or 8043612. OLE color: 8043612.

HSL color Cylindrical-coordinate representation of color #5CBC7A: hue angle of 138.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBC7A is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 188 122 -
CMYK 0.51 0 0.35 0.26
HSL 138.75º 0.42% 0.55% -
HSV(B) 138.75º 0.51% 0.74% -
XYZ 25.91 39.65 24.7 -
YUV 151.77 111.2 85.37 -
System Red Green Blue C M Y K H S L
Decimal 92 188 122 0.51 0 0.35 0.26 138.75 0.42 0.55
Hex 5C BC 7A 33 0 23 1A 8B 2A 37
Octal 134 274 172 63 0 43 32 213 52 67
Binary 1011100 10111100 1111010 110011 0 100011 11010 10001011 101010 110111

Color Harmonies of #5CBC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBC7A

Black with #5CBC7A

Text Example


Text Example

White with #5CBC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,188,122); }

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

background-color css

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

 a { background-color: rgb(92,188,122); }

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

border-color css

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

 span { border-color: rgb(92,188,122); }

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