Html Css Color HEX #5DC552 Apple

📋 copy color: '#5DC552'

red 93 ◦ green 197 ◦ blue 82

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

Shades of Apple #5DC552

Tints of Apple #5DC552

RGB

 RED value IS 93 (36.72% from 255) = 25%

 GREEN value IS 197 (77.34% from 255) = 52.96%

 BLUE value IS 82 (32.42% from 255) = 22.04%

R = 25%
G = 52.96%
B = 22.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#5DC552 (or 0x5DC552) is known color: Apple. HEX triplet: 5D, C5 and 52. RGB value is (93,197,82). Sum of RGB (Red+Green+Blue) = 93+197+82=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #5DC552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC552 is #A23AAD. Grayscale: #999999. Windows color (decimal): -10631854 or 5424477. OLE color: 5424477.

HSL color Cylindrical-coordinate representation of color #5DC552: hue angle of 114.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DC552 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 93 197 82 -
CMYK 0.53 0 0.58 0.23
HSL 114.26º 0.5% 0.55% -
HSV(B) 114.26º 0.58% 0.77% -
XYZ 26 42.87 14.89 -
YUV 152.79 88.04 85.35 -
System Red Green Blue C M Y K H S L
Decimal 93 197 82 0.53 0 0.58 0.23 114.26 0.5 0.55
Hex 5D C5 52 35 0 3A 17 72 32 37
Octal 135 305 122 65 0 72 27 162 62 67
Binary 1011101 11000101 1010010 110101 0 111010 10111 1110010 110010 110111

Color Harmonies of #5DC552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC552

Black with #5DC552

Text Example


Text Example

White with #5DC552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,197,82); }

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

background-color css

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

 a { background-color: rgb(93,197,82); }

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

border-color css

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

 span { border-color: rgb(93,197,82); }

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