#5BD93D

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

Shades of Apple #5BD93D

Tints of Apple #5BD93D

Color information

#5BD93D (or 0x5BD93D) is unknown color: approx Apple. HEX triplet: 5B, D9 and 3D. RGB value is (91,217,61). Sum of RGB (Red+Green+Blue) = 91+217+61=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #5BD93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD93D is #A426C2. Grayscale: #A2A2A2. Windows color (decimal): -10757827 or 4053339. OLE color: 4053339.

HSL color Cylindrical-coordinate representation of color #5BD93D: hue angle of 108.46º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5BD93D is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB9121761-
CMYK0.5800.720.15
HSL108.46º67.24%54.51%-
HSV(B)108.46º71.89%85.1%-
XYZ29.9752.1912.91-
YUV161.5471.2677.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.66%
GREEN value IS 217 (85.16% from 255) = 58.81%
BLUE value IS 61 (24.22% from 255) = 16.53%
R=24.66%
G=58.81%
B=16.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal91217610.5800.720.15108.4667.2454.51
Hex5BD93D3A048F6c4337
Octal133331757201101715410367
Binary10110111101100111110111101001001000111111011001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,217,61); }

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

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

 a { background-color: rgb(91,217,61); }

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

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

 span { border-color: rgb(91,217,61); }

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