Html Css Color HEX #5CBE50 Apple

📋 copy color: '#5CBE50'

red 92 ◦ green 190 ◦ blue 80

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

Shades of Apple #5CBE50

Tints of Apple #5CBE50

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.49%

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

R = 25.41%
G = 52.49%
B = 22.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#5CBE50 (or 0x5CBE50) is known color: Apple. HEX triplet: 5C, BE and 50. RGB value is (92,190,80). Sum of RGB (Red+Green+Blue) = 92+190+80=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBE50 is #A341AF. Grayscale: #949494. Windows color (decimal): -10699184 or 5291612. OLE color: 5291612.

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

Color convert

RGB 92 190 80 -
CMYK 0.52 0 0.58 0.25
HSL 113.45º 0.46% 0.53% -
HSV(B) 113.45º 0.58% 0.75% -
XYZ 24.28 39.68 13.97 -
YUV 148.16 89.53 87.94 -
System Red Green Blue C M Y K H S L
Decimal 92 190 80 0.52 0 0.58 0.25 113.45 0.46 0.53
Hex 5C BE 50 34 0 3A 19 71 2E 35
Octal 134 276 120 64 0 72 31 161 56 65
Binary 1011100 10111110 1010000 110100 0 111010 11001 1110001 101110 110101

Color Harmonies of #5CBE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBE50

Black with #5CBE50

Text Example


Text Example

White with #5CBE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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