Html Css Color HEX #52B33F Apple

📋 copy color: '#52B33F'

red 82 ◦ green 179 ◦ blue 63

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

Shades of Apple #52B33F

Tints of Apple #52B33F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.25%

 BLUE value IS 63 (25% from 255) = 19.44%

R = 25.31%
G = 55.25%
B = 19.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#52B33F (or 0x52B33F) is known color: Apple. HEX triplet: 52, B3 and 3F. RGB value is (82,179,63). Sum of RGB (Red+Green+Blue) = 82+179+63=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #52B33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B33F is #AD4CC0. Grayscale: #898989. Windows color (decimal): -11357377 or 4174674. OLE color: 4174674.

HSL color Cylindrical-coordinate representation of color #52B33F: hue angle of 110.17º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52B33F is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 179 63 -
CMYK 0.54 0 0.65 0.30
HSL 110.17º 0.48% 0.47% -
HSV(B) 110.17º 0.65% 0.7% -
XYZ 20.5 34.39 10.26 -
YUV 136.77 86.36 88.93 -
System Red Green Blue C M Y K H S L
Decimal 82 179 63 0.54 0 0.65 0.30 110.17 0.48 0.47
Hex 52 B3 3F 36 0 41 1E 6E 30 2F
Octal 122 263 77 66 0 101 36 156 60 57
Binary 1010010 10110011 111111 110110 0 1000001 11110 1101110 110000 101111

Color Harmonies of #52B33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B33F

Black with #52B33F

Text Example


Text Example

White with #52B33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,179,63); }

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

background-color css

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

 a { background-color: rgb(82,179,63); }

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

border-color css

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

 span { border-color: rgb(82,179,63); }

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