Html Css Color HEX #52BB48 Apple

📋 copy color: '#52BB48'

red 82 ◦ green 187 ◦ blue 72

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

Shades of Apple #52BB48

Tints of Apple #52BB48

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.84%

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 24.05%
G = 54.84%
B = 21.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#52BB48 (or 0x52BB48) is known color: Apple. HEX triplet: 52, BB and 48. RGB value is (82,187,72). Sum of RGB (Red+Green+Blue) = 82+187+72=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB48 is #AD44B7. Grayscale: #8E8E8E. Windows color (decimal): -11355320 or 4766546. OLE color: 4766546.

HSL color Cylindrical-coordinate representation of color #52BB48: hue angle of 114.78º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52BB48 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 187 72 -
CMYK 0.56 0 0.61 0.27
HSL 114.78º 0.46% 0.51% -
HSV(B) 114.78º 0.61% 0.73% -
XYZ 22.42 37.8 12.25 -
YUV 142.5 88.21 84.85 -
System Red Green Blue C M Y K H S L
Decimal 82 187 72 0.56 0 0.61 0.27 114.78 0.46 0.51
Hex 52 BB 48 38 0 3D 1B 73 2E 33
Octal 122 273 110 70 0 75 33 163 56 63
Binary 1010010 10111011 1001000 111000 0 111101 11011 1110011 101110 110011

Color Harmonies of #52BB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BB48

Black with #52BB48

Text Example


Text Example

White with #52BB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,187,72); }

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

background-color css

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

 a { background-color: rgb(82,187,72); }

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

border-color css

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

 span { border-color: rgb(82,187,72); }

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