Html Css Color HEX #52C84F Apple

📋 copy color: '#52C84F'

red 82 ◦ green 200 ◦ blue 79

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

Shades of Apple #52C84F

Tints of Apple #52C84F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.4%

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 22.71%
G = 55.4%
B = 21.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#52C84F (or 0x52C84F) is known color: Apple. HEX triplet: 52, C8 and 4F. RGB value is (82,200,79). Sum of RGB (Red+Green+Blue) = 82+200+79=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #52C84F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C84F is #AD37B0. Grayscale: #979797. Windows color (decimal): -11351985 or 5228626. OLE color: 5228626.

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

Color convert

RGB 82 200 79 -
CMYK 0.59 0 0.60 0.22
HSL 118.51º 0.52% 0.55% -
HSV(B) 118.51º 0.61% 0.78% -
XYZ 25.55 43.67 14.48 -
YUV 150.92 87.41 78.84 -
System Red Green Blue C M Y K H S L
Decimal 82 200 79 0.59 0 0.60 0.22 118.51 0.52 0.55
Hex 52 C8 4F 3B 0 3C 16 77 34 37
Octal 122 310 117 73 0 74 26 167 64 67
Binary 1010010 11001000 1001111 111011 0 111100 10110 1110111 110100 110111

Color Harmonies of #52C84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C84F

Black with #52C84F

Text Example


Text Example

White with #52C84F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,200,79); }

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

background-color css

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

 a { background-color: rgb(82,200,79); }

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

border-color css

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

 span { border-color: rgb(82,200,79); }

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