Html Css Color HEX #52A23D Apple

📋 copy color: '#52A23D'

red 82 ◦ green 162 ◦ blue 61

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

Shades of Apple #52A23D

Tints of Apple #52A23D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 53.11%

 BLUE value IS 61 (24.22% from 255) = 20%

R = 26.89%
G = 53.11%
B = 20%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#52A23D (or 0x52A23D) is known color: Apple. HEX triplet: 52, A2 and 3D. RGB value is (82,162,61). Sum of RGB (Red+Green+Blue) = 82+162+61=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #52A23D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A23D is #AD5DC2. Grayscale: #7E7E7E. Windows color (decimal): -11361731 or 4039250. OLE color: 4039250.

HSL color Cylindrical-coordinate representation of color #52A23D: hue angle of 107.52º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52A23D is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 162 61 -
CMYK 0.49 0 0.62 0.36
HSL 107.52º 0.45% 0.44% -
HSV(B) 107.52º 0.62% 0.64% -
XYZ 17.24 27.97 8.91 -
YUV 126.57 91 96.21 -
System Red Green Blue C M Y K H S L
Decimal 82 162 61 0.49 0 0.62 0.36 107.52 0.45 0.44
Hex 52 A2 3D 31 0 3E 24 6C 2D 2C
Octal 122 242 75 61 0 76 44 154 55 54
Binary 1010010 10100010 111101 110001 0 111110 100100 1101100 101101 101100

Color Harmonies of #52A23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A23D

Black with #52A23D

Text Example


Text Example

White with #52A23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,162,61); }

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

background-color css

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

 a { background-color: rgb(82,162,61); }

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

border-color css

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

 span { border-color: rgb(82,162,61); }

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