Html Css Color HEX #5DB552 Apple

📋 copy color: '#5DB552'

red 93 ◦ green 181 ◦ blue 82

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

Shades of Apple #5DB552

Tints of Apple #5DB552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.84%

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

R = 26.12%
G = 50.84%
B = 23.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#5DB552 (or 0x5DB552) is known color: Apple. HEX triplet: 5D, B5 and 52. RGB value is (93,181,82). Sum of RGB (Red+Green+Blue) = 93+181+82=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB552 is #A24AAD. Grayscale: #8F8F8F. Windows color (decimal): -10635950 or 5420381. OLE color: 5420381.

HSL color Cylindrical-coordinate representation of color #5DB552: hue angle of 113.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DB552 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 181 82 -
CMYK 0.49 0 0.55 0.29
HSL 113.33º 0.4% 0.52% -
HSV(B) 113.33º 0.55% 0.71% -
XYZ 22.56 35.98 13.74 -
YUV 143.4 93.35 92.05 -
System Red Green Blue C M Y K H S L
Decimal 93 181 82 0.49 0 0.55 0.29 113.33 0.4 0.52
Hex 5D B5 52 31 0 37 1D 71 28 34
Octal 135 265 122 61 0 67 35 161 50 64
Binary 1011101 10110101 1010010 110001 0 110111 11101 1110001 101000 110100

Color Harmonies of #5DB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB552

Black with #5DB552

Text Example


Text Example

White with #5DB552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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