Html Css Color HEX #5CC350 Apple

📋 copy color: '#5CC350'

red 92 ◦ green 195 ◦ blue 80

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

Shades of Apple #5CC350

Tints of Apple #5CC350

RGB

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

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

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

R = 25.07%
G = 53.13%
B = 21.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#5CC350 (or 0x5CC350) is known color: Apple. HEX triplet: 5C, C3 and 50. RGB value is (92,195,80). Sum of RGB (Red+Green+Blue) = 92+195+80=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC350 is #A33CAF. Grayscale: #979797. Windows color (decimal): -10697904 or 5292892. OLE color: 5292892.

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

Color convert

RGB 92 195 80 -
CMYK 0.53 0 0.59 0.24
HSL 113.74º 0.49% 0.54% -
HSV(B) 113.74º 0.59% 0.76% -
XYZ 25.38 41.88 14.34 -
YUV 151.09 87.88 85.85 -
System Red Green Blue C M Y K H S L
Decimal 92 195 80 0.53 0 0.59 0.24 113.74 0.49 0.54
Hex 5C C3 50 35 0 3B 18 72 31 36
Octal 134 303 120 65 0 73 30 162 61 66
Binary 1011100 11000011 1010000 110101 0 111011 11000 1110010 110001 110110

Color Harmonies of #5CC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC350

Black with #5CC350

Text Example


Text Example

White with #5CC350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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