Html Css Color HEX #52C547 Apple

📋 copy color: '#52C547'

red 82 ◦ green 197 ◦ blue 71

#52C547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #52C547

Tints of Apple #52C547

RGB

 RED value IS 82 (32.42% from 255) = 23.43%

 GREEN value IS 197 (77.34% from 255) = 56.29%

 BLUE value IS 71 (28.13% from 255) = 20.29%

R = 23.43%
G = 56.29%
B = 20.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#52C547 (or 0x52C547) is known color: Apple. HEX triplet: 52, C5 and 47. RGB value is (82,197,71). Sum of RGB (Red+Green+Blue) = 82+197+71=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 197 (77.34% from 255 or 56.29% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 197 - color contains mainly: green. Hex color #52C547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C547 is #AD3AB8. Grayscale: #949494. Windows color (decimal): -11352761 or 4703570. OLE color: 4703570.

HSL color Cylindrical-coordinate representation of color #52C547: hue angle of 114.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52C547 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 71 -
CMYK 0.58 0 0.64 0.23
HSL 114.76º 0.52% 0.53% -
HSV(B) 114.76º 0.64% 0.77% -
XYZ 24.58 42.18 12.81 -
YUV 148.25 84.4 80.75 -
System Red Green Blue C M Y K H S L
Decimal 82 197 71 0.58 0 0.64 0.23 114.76 0.52 0.53
Hex 52 C5 47 3A 0 40 17 73 34 35
Octal 122 305 107 72 0 100 27 163 64 65
Binary 1010010 11000101 1000111 111010 0 1000000 10111 1110011 110100 110101

Color Harmonies of #52C547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C547

Black with #52C547

Text Example


Text Example

White with #52C547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,71); }

 H1.HeaderClassName
 {
   color: #52C547;
 }
 .AnyTagClassName
 {
   color: #52C547;
 }
</style>

background-color css

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

 a { background-color: rgb(82,197,71); }

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

border-color css

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

 span { border-color: rgb(82,197,71); }

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