Html Css Color HEX #52C437 Apple

📋 copy color: '#52C437'

red 82 ◦ green 196 ◦ blue 55

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

Shades of Apple #52C437

Tints of Apple #52C437

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.86%

 BLUE value IS 55 (21.88% from 255) = 16.52%

R = 24.62%
G = 58.86%
B = 16.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#52C437 (or 0x52C437) is known color: Apple. HEX triplet: 52, C4 and 37. RGB value is (82,196,55). Sum of RGB (Red+Green+Blue) = 82+196+55=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 196 (76.95% from 255 or 58.86% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 196 - color contains mainly: green. Hex color #52C437 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C437 is #AD3BC8. Grayscale: #929292. Windows color (decimal): -11353033 or 3654738. OLE color: 3654738.

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

Color convert

RGB 82 196 55 -
CMYK 0.58 0 0.72 0.23
HSL 108.51º 0.56% 0.49% -
HSV(B) 108.51º 0.72% 0.77% -
XYZ 23.91 41.55 10.37 -
YUV 145.84 76.73 82.46 -
System Red Green Blue C M Y K H S L
Decimal 82 196 55 0.58 0 0.72 0.23 108.51 0.56 0.49
Hex 52 C4 37 3A 0 48 17 6D 38 31
Octal 122 304 67 72 0 110 27 155 70 61
Binary 1010010 11000100 110111 111010 0 1001000 10111 1101101 111000 110001

Color Harmonies of #52C437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C437

Black with #52C437

Text Example


Text Example

White with #52C437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,196,55); }

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

background-color css

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

 a { background-color: rgb(82,196,55); }

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

border-color css

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

 span { border-color: rgb(82,196,55); }

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