Html Css Color HEX #52BD43 Apple

📋 copy color: '#52BD43'

red 82 ◦ green 189 ◦ blue 67

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

Shades of Apple #52BD43

Tints of Apple #52BD43

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.92%

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

R = 24.26%
G = 55.92%
B = 19.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#52BD43 (or 0x52BD43) is known color: Apple. HEX triplet: 52, BD and 43. RGB value is (82,189,67). Sum of RGB (Red+Green+Blue) = 82+189+67=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BD43 is #AD42BC. Grayscale: #8F8F8F. Windows color (decimal): -11354813 or 4439378. OLE color: 4439378.

HSL color Cylindrical-coordinate representation of color #52BD43: hue angle of 112.62º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52BD43 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 189 67 -
CMYK 0.57 0 0.65 0.26
HSL 112.62º 0.48% 0.5% -
HSV(B) 112.62º 0.65% 0.74% -
XYZ 22.69 38.59 11.56 -
YUV 143.1 85.05 84.42 -
System Red Green Blue C M Y K H S L
Decimal 82 189 67 0.57 0 0.65 0.26 112.62 0.48 0.5
Hex 52 BD 43 39 0 41 1A 71 30 32
Octal 122 275 103 71 0 101 32 161 60 62
Binary 1010010 10111101 1000011 111001 0 1000001 11010 1110001 110000 110010

Color Harmonies of #52BD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD43

Black with #52BD43

Text Example


Text Example

White with #52BD43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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