#5DB530

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

Shades of Apple #5DB530

Tints of Apple #5DB530

Color information

#5DB530 (or 0x5DB530) is unknown color: approx Apple. HEX triplet: 5D, B5 and 30. RGB value is (93,181,48). Sum of RGB (Red+Green+Blue) = 93+181+48=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 181 (71.09% from 255 or 56.21% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB530 is #A24ACF. Grayscale: #8B8B8B. Windows color (decimal): -10635984 or 3192157. OLE color: 3192157.

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

Color convert

RGB9318148-
CMYK0.4900.730.29
HSL99.7º58.08%44.9%-
HSV(B)99.7º73.48%70.98%-
XYZ21.5735.598.53-
YUV139.5376.3594.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.88%
GREEN value IS 181 (71.09% from 255) = 56.21%
BLUE value IS 48 (19.14% from 255) = 14.91%
R=28.88%
G=56.21%
B=14.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal93181480.4900.730.2999.758.0844.9
Hex5DB530310491D643a2d
Octal13526560610111351447255
Binary10111011011010111000011000101001001111011100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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