Html Css Color HEX #52C83B Apple

📋 copy color: '#52C83B'

red 82 ◦ green 200 ◦ blue 59

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

Shades of Apple #52C83B

Tints of Apple #52C83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.3%

R = 24.05%
G = 58.65%
B = 17.3%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#52C83B (or 0x52C83B) is known color: Apple. HEX triplet: 52, C8 and 3B. RGB value is (82,200,59). Sum of RGB (Red+Green+Blue) = 82+200+59=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 200 (78.52% from 255 or 58.65% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 200 - color contains mainly: green. Hex color #52C83B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C83B is #AD37C4. Grayscale: #959595. Windows color (decimal): -11352005 or 3917906. OLE color: 3917906.

HSL color Cylindrical-coordinate representation of color #52C83B: hue angle of 110.21º 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 #52C83B is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 200 59 -
CMYK 0.59 0 0.70 0.22
HSL 110.21º 0.56% 0.51% -
HSV(B) 110.21º 0.71% 0.78% -
XYZ 24.92 43.42 11.2 -
YUV 148.64 77.41 80.46 -
System Red Green Blue C M Y K H S L
Decimal 82 200 59 0.59 0 0.70 0.22 110.21 0.56 0.51
Hex 52 C8 3B 3B 0 46 16 6E 38 33
Octal 122 310 73 73 0 106 26 156 70 63
Binary 1010010 11001000 111011 111011 0 1000110 10110 1101110 111000 110011

Color Harmonies of #52C83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C83B

Black with #52C83B

Text Example


Text Example

White with #52C83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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