#52C23D

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

Shades of Apple #52C23D

Tints of Apple #52C23D

Color information

#52C23D (or 0x52C23D) is unknown color: approx Apple. HEX triplet: 52, C2 and 3D. RGB value is (82,194,61). Sum of RGB (Red+Green+Blue) = 82+194+61=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #52C23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C23D is #AD3DC2. Grayscale: #919191. Windows color (decimal): -11353539 or 4047442. OLE color: 4047442.

HSL color Cylindrical-coordinate representation of color #52C23D: hue angle of 110.53º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52C23D is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB8219461-
CMYK0.5800.690.24
HSL110.53º52.16%50%-
HSV(B)110.53º68.56%76.08%-
XYZ23.6140.7111.03-
YUV145.3580.3982.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 194 (76.17% from 255) = 57.57%
BLUE value IS 61 (24.22% from 255) = 18.10%
R=24.33%
G=57.57%
B=18.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82194610.5800.690.24110.5352.1650
Hex52C23D3A045186f3432
Octal12230275720105301576462
Binary10100101100001011110111101001000101110001101111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,194,61); }

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

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

 a { background-color: rgb(82,194,61); }

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

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

 span { border-color: rgb(82,194,61); }

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