Html Css Color HEX #5CCC50 Apple

📋 copy color: '#5CCC50'

red 92 ◦ green 204 ◦ blue 80

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

Shades of Apple #5CCC50

Tints of Apple #5CCC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.26%

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

R = 24.47%
G = 54.26%
B = 21.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#5CCC50 (or 0x5CCC50) is known color: Apple. HEX triplet: 5C, CC and 50. RGB value is (92,204,80). Sum of RGB (Red+Green+Blue) = 92+204+80=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCC50 is #A333AF. Grayscale: #9C9C9C. Windows color (decimal): -10695600 or 5295196. OLE color: 5295196.

HSL color Cylindrical-coordinate representation of color #5CCC50: hue angle of 114.19º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CCC50 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 92 204 80 -
CMYK 0.55 0 0.61 0.2
HSL 114.19º 0.55% 0.56% -
HSV(B) 114.19º 0.61% 0.8% -
XYZ 27.45 46.04 15.03 -
YUV 156.38 84.89 82.08 -
System Red Green Blue C M Y K H S L
Decimal 92 204 80 0.55 0 0.61 0.2 114.19 0.55 0.56
Hex 5C CC 50 37 0 3D 14 72 37 38
Octal 134 314 120 67 0 75 24 162 67 70
Binary 1011100 11001100 1010000 110111 0 111101 10100 1110010 110111 111000

Color Harmonies of #5CCC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCC50

Black with #5CCC50

Text Example


Text Example

White with #5CCC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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