Html Css Color HEX #52C748 Apple

📋 copy color: '#52C748'

red 82 ◦ green 199 ◦ blue 72

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

Shades of Apple #52C748

Tints of Apple #52C748

RGB

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

 GREEN value IS 199 (78.13% from 255) = 56.37%

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 23.23%
G = 56.37%
B = 20.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#52C748 (or 0x52C748) is known color: Apple. HEX triplet: 52, C7 and 48. RGB value is (82,199,72). Sum of RGB (Red+Green+Blue) = 82+199+72=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 199 (78.12% from 255 or 56.37% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 199 - color contains mainly: green. Hex color #52C748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C748 is #AD38B7. Grayscale: #959595. Windows color (decimal): -11352248 or 4769618. OLE color: 4769618.

HSL color Cylindrical-coordinate representation of color #52C748: hue angle of 115.28º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52C748 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 199 72 -
CMYK 0.59 0 0.64 0.22
HSL 115.28º 0.53% 0.53% -
HSV(B) 115.28º 0.64% 0.78% -
XYZ 25.07 43.11 13.13 -
YUV 149.54 84.24 79.83 -
System Red Green Blue C M Y K H S L
Decimal 82 199 72 0.59 0 0.64 0.22 115.28 0.53 0.53
Hex 52 C7 48 3B 0 40 16 73 35 35
Octal 122 307 110 73 0 100 26 163 65 65
Binary 1010010 11000111 1001000 111011 0 1000000 10110 1110011 110101 110101

Color Harmonies of #52C748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C748

Black with #52C748

Text Example


Text Example

White with #52C748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,199,72); }

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

background-color css

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

 a { background-color: rgb(82,199,72); }

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

border-color css

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

 span { border-color: rgb(82,199,72); }

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