Html Css Color HEX #5CC384 Emerald

📋 copy color: '#5CC384'

red 92 ◦ green 195 ◦ blue 132

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

Shades of Emerald #5CC384

Tints of Emerald #5CC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.54%

 BLUE value IS 132 (51.95% from 255) = 31.5%

R = 21.96%
G = 46.54%
B = 31.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#5CC384 (or 0x5CC384) is known color: Emerald. HEX triplet: 5C, C3 and 84. RGB value is (92,195,132). Sum of RGB (Red+Green+Blue) = 92+195+132=419 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.96% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC384 is #A33C7B. Grayscale: #9D9D9D. Windows color (decimal): -10697852 or 8700764. OLE color: 8700764.

HSL color Cylindrical-coordinate representation of color #5CC384: hue angle of 143.3º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC384 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 92 195 132 -
CMYK 0.53 0 0.32 0.24
HSL 143.3º 0.46% 0.56% -
HSV(B) 143.3º 0.53% 0.76% -
XYZ 28.09 42.97 28.64 -
YUV 157.02 113.88 81.62 -
System Red Green Blue C M Y K H S L
Decimal 92 195 132 0.53 0 0.32 0.24 143.3 0.46 0.56
Hex 5C C3 84 35 0 20 18 8F 2E 38
Octal 134 303 204 65 0 40 30 217 56 70
Binary 1011100 11000011 10000100 110101 0 100000 11000 10001111 101110 111000

Color Harmonies of #5CC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC384

Black with #5CC384

Text Example


Text Example

White with #5CC384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,195,132); }

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

background-color css

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

 a { background-color: rgb(92,195,132); }

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

border-color css

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

 span { border-color: rgb(92,195,132); }

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