#53BF3F

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

Shades of Apple #53BF3F

Tints of Apple #53BF3F

Color information

#53BF3F (or 0x53BF3F) is unknown color: approx Apple. HEX triplet: 53, BF and 3F. RGB value is (83,191,63). Sum of RGB (Red+Green+Blue) = 83+191+63=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BF3F is #AC40C0. Grayscale: #909090. Windows color (decimal): -11288769 or 4177747. OLE color: 4177747.

HSL color Cylindrical-coordinate representation of color #53BF3F: hue angle of 110.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53BF3F is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB8319163-
CMYK0.5700.670.25
HSL110.62º50.39%49.8%-
HSV(B)110.62º67.02%74.9%-
XYZ23.139.4611.1-
YUV144.1282.2284.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 191 (75% from 255) = 56.68%
BLUE value IS 63 (25% from 255) = 18.69%
R=24.63%
G=56.68%
B=18.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83191630.5700.670.25110.6250.3949.8
Hex53BF3F39043196f3232
Octal12327777710103311576262
Binary10100111011111111111111100101000011110011101111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53BF3F; }

 p { color: rgb(83,191,63); }

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

<style>
 a { background-color: #53BF3F; }

 a { background-color: rgb(83,191,63); }

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

<style>
 span { border-color: #53BF3F; }

 span { border-color: rgb(83,191,63); }

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