Html Css Color HEX #52B043 Apple

📋 copy color: '#52B043'

red 82 ◦ green 176 ◦ blue 67

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

Shades of Apple #52B043

Tints of Apple #52B043

RGB

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

 GREEN value IS 176 (69.14% from 255) = 54.15%

 BLUE value IS 67 (26.56% from 255) = 20.62%

R = 25.23%
G = 54.15%
B = 20.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#52B043 (or 0x52B043) is known color: Apple. HEX triplet: 52, B0 and 43. RGB value is (82,176,67). Sum of RGB (Red+Green+Blue) = 82+176+67=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #52B043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B043 is #AD4FBC. Grayscale: #878787. Windows color (decimal): -11358141 or 4436050. OLE color: 4436050.

HSL color Cylindrical-coordinate representation of color #52B043: hue angle of 111.74º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52B043 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 176 67 -
CMYK 0.53 0 0.62 0.31
HSL 111.74º 0.45% 0.48% -
HSV(B) 111.74º 0.62% 0.69% -
XYZ 20.02 33.25 10.67 -
YUV 135.47 89.36 89.86 -
System Red Green Blue C M Y K H S L
Decimal 82 176 67 0.53 0 0.62 0.31 111.74 0.45 0.48
Hex 52 B0 43 35 0 3E 1F 70 2D 30
Octal 122 260 103 65 0 76 37 160 55 60
Binary 1010010 10110000 1000011 110101 0 111110 11111 1110000 101101 110000

Color Harmonies of #52B043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B043

Black with #52B043

Text Example


Text Example

White with #52B043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,176,67); }

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

background-color css

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

 a { background-color: rgb(82,176,67); }

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

border-color css

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

 span { border-color: rgb(82,176,67); }

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