Html Css Color HEX #5CBC50 Apple

📋 copy color: '#5CBC50'

red 92 ◦ green 188 ◦ blue 80

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

Shades of Apple #5CBC50

Tints of Apple #5CBC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 25.56%
G = 52.22%
B = 22.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#5CBC50 (or 0x5CBC50) is known color: Apple. HEX triplet: 5C, BC and 50. RGB value is (92,188,80). Sum of RGB (Red+Green+Blue) = 92+188+80=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC50 is #A343AF. Grayscale: #939393. Windows color (decimal): -10699696 or 5291100. OLE color: 5291100.

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

Color convert

RGB 92 188 80 -
CMYK 0.51 0 0.57 0.26
HSL 113.33º 0.45% 0.53% -
HSV(B) 113.33º 0.57% 0.74% -
XYZ 23.84 38.82 13.83 -
YUV 146.98 90.2 88.78 -
System Red Green Blue C M Y K H S L
Decimal 92 188 80 0.51 0 0.57 0.26 113.33 0.45 0.53
Hex 5C BC 50 33 0 39 1A 71 2D 35
Octal 134 274 120 63 0 71 32 161 55 65
Binary 1011100 10111100 1010000 110011 0 111001 11010 1110001 101101 110101

Color Harmonies of #5CBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBC50

Black with #5CBC50

Text Example


Text Example

White with #5CBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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