Html Css Color HEX #52B840 Apple

📋 copy color: '#52B840'

red 82 ◦ green 184 ◦ blue 64

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

Shades of Apple #52B840

Tints of Apple #52B840

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.76%

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

R = 24.85%
G = 55.76%
B = 19.39%

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

#52B840 (or 0x52B840) is known color: Apple. HEX triplet: 52, B8 and 40. RGB value is (82,184,64). Sum of RGB (Red+Green+Blue) = 82+184+64=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #52B840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B840 is #AD47BF. Grayscale: #8C8C8C. Windows color (decimal): -11356096 or 4241490. OLE color: 4241490.

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

Color convert

RGB 82 184 64 -
CMYK 0.55 0 0.65 0.28
HSL 111º 0.48% 0.49% -
HSV(B) 111º 0.65% 0.72% -
XYZ 21.55 36.44 10.75 -
YUV 139.82 85.21 86.76 -
System Red Green Blue C M Y K H S L
Decimal 82 184 64 0.55 0 0.65 0.28 111 0.48 0.49
Hex 52 B8 40 37 0 41 1C 6F 30 31
Octal 122 270 100 67 0 101 34 157 60 61
Binary 1010010 10111000 1000000 110111 0 1000001 11100 1101111 110000 110001

Color Harmonies of #52B840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B840

Black with #52B840

Text Example


Text Example

White with #52B840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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