Html Css Color HEX #52C83A Apple

📋 copy color: '#52C83A'

red 82 ◦ green 200 ◦ blue 58

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

Shades of Apple #52C83A

Tints of Apple #52C83A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.82%

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 24.12%
G = 58.82%
B = 17.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#52C83A (or 0x52C83A) is known color: Apple. HEX triplet: 52, C8 and 3A. RGB value is (82,200,58). Sum of RGB (Red+Green+Blue) = 82+200+58=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 200 (78.52% from 255 or 58.82% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 200 - color contains mainly: green. Hex color #52C83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C83A is #AD37C5. Grayscale: #949494. Windows color (decimal): -11352006 or 3852370. OLE color: 3852370.

HSL color Cylindrical-coordinate representation of color #52C83A: hue angle of 109.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52C83A is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 200 58 -
CMYK 0.59 0 0.71 0.22
HSL 109.86º 0.56% 0.51% -
HSV(B) 109.86º 0.71% 0.78% -
XYZ 24.9 43.41 11.07 -
YUV 148.53 76.91 80.55 -
System Red Green Blue C M Y K H S L
Decimal 82 200 58 0.59 0 0.71 0.22 109.86 0.56 0.51
Hex 52 C8 3A 3B 0 47 16 6E 38 33
Octal 122 310 72 73 0 107 26 156 70 63
Binary 1010010 11001000 111010 111011 0 1000111 10110 1101110 111000 110011

Color Harmonies of #52C83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C83A

Black with #52C83A

Text Example


Text Example

White with #52C83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,200,58); }

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

background-color css

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

 a { background-color: rgb(82,200,58); }

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

border-color css

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

 span { border-color: rgb(82,200,58); }

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