#53AF33

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

Shades of Apple #53AF33

Tints of Apple #53AF33

Color information

#53AF33 (or 0x53AF33) is unknown color: approx Apple. HEX triplet: 53, AF and 33. RGB value is (83,175,51). Sum of RGB (Red+Green+Blue) = 83+175+51=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF33 is #AC50CC. Grayscale: #858585. Windows color (decimal): -11292877 or 3387219. OLE color: 3387219.

HSL color Cylindrical-coordinate representation of color #53AF33: hue angle of 104.52º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53AF33 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB8317551-
CMYK0.5300.710.31
HSL104.52º54.87%44.31%-
HSV(B)104.52º70.86%68.63%-
XYZ19.4932.748.42-
YUV133.3681.5292.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 175 (68.75% from 255) = 56.63%
BLUE value IS 51 (20.31% from 255) = 16.50%
R=26.86%
G=56.63%
B=16.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175510.5300.710.31104.5254.8744.31
Hex53AF33350471F69372c
Octal12325763650107371516754
Binary10100111010111111001111010101000111111111101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,175,51); }

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

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

 a { background-color: rgb(83,175,51); }

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

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

 span { border-color: rgb(83,175,51); }

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