#52B233

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

Shades of Apple #52B233

Tints of Apple #52B233

Color information

#52B233 (or 0x52B233) is unknown color: approx Apple. HEX triplet: 52, B2 and 33. RGB value is (82,178,51). Sum of RGB (Red+Green+Blue) = 82+178+51=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #52B233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B233 is #AD4DCC. Grayscale: #878787. Windows color (decimal): -11357645 or 3387986. OLE color: 3387986.

HSL color Cylindrical-coordinate representation of color #52B233: hue angle of 105.35º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52B233 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB8217851-
CMYK0.5400.710.30
HSL105.35º55.46%44.9%-
HSV(B)105.35º71.35%69.8%-
XYZ2033.878.62-
YUV134.8280.790.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 178 (69.92% from 255) = 57.23%
BLUE value IS 51 (20.31% from 255) = 16.40%
R=26.37%
G=57.23%
B=16.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82178510.5400.710.30105.3555.4644.9
Hex52B233360471E69372d
Octal12226263660107361516755
Binary10100101011001011001111011001000111111101101001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52B233; }

 p { color: rgb(82,178,51); }

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

<style>
 a { background-color: #52B233; }

 a { background-color: rgb(82,178,51); }

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

<style>
 span { border-color: #52B233; }

 span { border-color: rgb(82,178,51); }

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