Html Css Color HEX #52B740 Apple

📋 copy color: '#52B740'

red 82 ◦ green 183 ◦ blue 64

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

Shades of Apple #52B740

Tints of Apple #52B740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.62%

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 24.92%
G = 55.62%
B = 19.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#52B740 (or 0x52B740) is known color: Apple. HEX triplet: 52, B7 and 40. RGB value is (82,183,64). Sum of RGB (Red+Green+Blue) = 82+183+64=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #52B740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B740 is #AD48BF. Grayscale: #8B8B8B. Windows color (decimal): -11356352 or 4241234. OLE color: 4241234.

HSL color Cylindrical-coordinate representation of color #52B740: hue angle of 110.92º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52B740 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 64 -
CMYK 0.55 0 0.65 0.28
HSL 110.92º 0.48% 0.48% -
HSV(B) 110.92º 0.65% 0.72% -
XYZ 21.34 36.03 10.68 -
YUV 139.24 85.54 87.18 -
System Red Green Blue C M Y K H S L
Decimal 82 183 64 0.55 0 0.65 0.28 110.92 0.48 0.48
Hex 52 B7 40 37 0 41 1C 6F 30 30
Octal 122 267 100 67 0 101 34 157 60 60
Binary 1010010 10110111 1000000 110111 0 1000001 11100 1101111 110000 110000

Color Harmonies of #52B740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B740

Black with #52B740

Text Example


Text Example

White with #52B740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,183,64); }

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

background-color css

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

 a { background-color: rgb(82,183,64); }

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

border-color css

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

 span { border-color: rgb(82,183,64); }

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