Html Css Color HEX #5CC075 Emerald

📋 copy color: '#5CC075'

red 92 ◦ green 192 ◦ blue 117

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

Shades of Emerald #5CC075

Tints of Emerald #5CC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.88%

 BLUE value IS 117 (46.09% from 255) = 29.18%

R = 22.94%
G = 47.88%
B = 29.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#5CC075 (or 0x5CC075) is known color: Emerald. HEX triplet: 5C, C0 and 75. RGB value is (92,192,117). Sum of RGB (Red+Green+Blue) = 92+192+117=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC075 is #A33F8A. Grayscale: #999999. Windows color (decimal): -10698635 or 7716956. OLE color: 7716956.

HSL color Cylindrical-coordinate representation of color #5CC075: hue angle of 135º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC075 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 192 117 -
CMYK 0.52 0 0.39 0.25
HSL 135º 0.44% 0.56% -
HSV(B) 135º 0.52% 0.75% -
XYZ 26.47 41.26 23.4 -
YUV 153.55 107.37 84.1 -
System Red Green Blue C M Y K H S L
Decimal 92 192 117 0.52 0 0.39 0.25 135 0.44 0.56
Hex 5C C0 75 34 0 27 19 87 2C 38
Octal 134 300 165 64 0 47 31 207 54 70
Binary 1011100 11000000 1110101 110100 0 100111 11001 10000111 101100 111000

Color Harmonies of #5CC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC075

Black with #5CC075

Text Example


Text Example

White with #5CC075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,192,117); }

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

background-color css

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

 a { background-color: rgb(92,192,117); }

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

border-color css

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

 span { border-color: rgb(92,192,117); }

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