Html Css Color HEX #52B73C Apple

📋 copy color: '#52B73C'

red 82 ◦ green 183 ◦ blue 60

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

Shades of Apple #52B73C

Tints of Apple #52B73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 25.23%
G = 56.31%
B = 18.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#52B73C (or 0x52B73C) is known color: Apple. HEX triplet: 52, B7 and 3C. RGB value is (82,183,60). Sum of RGB (Red+Green+Blue) = 82+183+60=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #52B73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B73C is #AD48C3. Grayscale: #8B8B8B. Windows color (decimal): -11356356 or 3979090. OLE color: 3979090.

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

Color convert

RGB 82 183 60 -
CMYK 0.55 0 0.67 0.28
HSL 109.27º 0.51% 0.48% -
HSV(B) 109.27º 0.67% 0.72% -
XYZ 21.23 35.99 10.1 -
YUV 138.78 83.54 87.5 -
System Red Green Blue C M Y K H S L
Decimal 82 183 60 0.55 0 0.67 0.28 109.27 0.51 0.48
Hex 52 B7 3C 37 0 43 1C 6D 33 30
Octal 122 267 74 67 0 103 34 155 63 60
Binary 1010010 10110111 111100 110111 0 1000011 11100 1101101 110011 110000

Color Harmonies of #52B73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B73C

Black with #52B73C

Text Example


Text Example

White with #52B73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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