#5DA252

Color #5DA252 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5DA252

Tints of Apple #5DA252

Color information

#5DA252 (or 0x5DA252) is unknown color: approx Apple. HEX triplet: 5D, A2 and 52. RGB value is (93,162,82). Sum of RGB (Red+Green+Blue) = 93+162+82=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA252 is #A25DAD. Grayscale: #848484. Windows color (decimal): -10640814 or 5415517. OLE color: 5415517.

HSL color Cylindrical-coordinate representation of color #5DA252: hue angle of 111.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DA252 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB9316282-
CMYK0.4300.490.36
HSL111.75º32.79%47.84%-
HSV(B)111.75º49.38%63.53%-
XYZ18.9628.7812.54-
YUV132.2599.64100-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.60%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=27.60%
G=48.07%
B=24.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93162820.4300.490.36111.7532.7947.84
Hex5DA2522B03124702130
Octal13524212253061441604160
Binary101110110100010101001010101101100011001001110000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DA252;
 }
 .AnyTagClassName
 {
   color: #5DA252;
 }
</style>
background-color css

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

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

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

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

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

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