Html Css Color HEX #52C93D Apple

📋 copy color: '#52C93D'

red 82 ◦ green 201 ◦ blue 61

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

Shades of Apple #52C93D

Tints of Apple #52C93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.43%

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

R = 23.84%
G = 58.43%
B = 17.73%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#52C93D (or 0x52C93D) is known color: Apple. HEX triplet: 52, C9 and 3D. RGB value is (82,201,61). Sum of RGB (Red+Green+Blue) = 82+201+61=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 201 (78.91% from 255 or 58.43% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 201 - color contains mainly: green. Hex color #52C93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C93D is #AD36C2. Grayscale: #959595. Windows color (decimal): -11351747 or 4049234. OLE color: 4049234.

HSL color Cylindrical-coordinate representation of color #52C93D: hue angle of 111º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52C93D is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 201 61 -
CMYK 0.59 0 0.70 0.21
HSL 111º 0.56% 0.51% -
HSV(B) 111º 0.7% 0.79% -
XYZ 25.21 43.9 11.56 -
YUV 149.46 78.08 79.88 -
System Red Green Blue C M Y K H S L
Decimal 82 201 61 0.59 0 0.70 0.21 111 0.56 0.51
Hex 52 C9 3D 3B 0 46 15 6F 38 33
Octal 122 311 75 73 0 106 25 157 70 63
Binary 1010010 11001001 111101 111011 0 1000110 10101 1101111 111000 110011

Color Harmonies of #52C93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C93D

Black with #52C93D

Text Example


Text Example

White with #52C93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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