Html Css Color HEX #52C74B Apple

📋 copy color: '#52C74B'

red 82 ◦ green 199 ◦ blue 75

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

Shades of Apple #52C74B

Tints of Apple #52C74B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.9%

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 23.03%
G = 55.9%
B = 21.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#52C74B (or 0x52C74B) is known color: Apple. HEX triplet: 52, C7 and 4B. RGB value is (82,199,75). Sum of RGB (Red+Green+Blue) = 82+199+75=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 199 (78.12% from 255 or 55.90% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 199 - color contains mainly: green. Hex color #52C74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C74B is #AD38B4. Grayscale: #969696. Windows color (decimal): -11352245 or 4966226. OLE color: 4966226.

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

Color convert

RGB 82 199 75 -
CMYK 0.59 0 0.62 0.22
HSL 116.61º 0.53% 0.54% -
HSV(B) 116.61º 0.62% 0.78% -
XYZ 25.17 43.15 13.66 -
YUV 149.88 85.74 79.58 -
System Red Green Blue C M Y K H S L
Decimal 82 199 75 0.59 0 0.62 0.22 116.61 0.53 0.54
Hex 52 C7 4B 3B 0 3E 16 75 35 36
Octal 122 307 113 73 0 76 26 165 65 66
Binary 1010010 11000111 1001011 111011 0 111110 10110 1110101 110101 110110

Color Harmonies of #52C74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C74B

Black with #52C74B

Text Example


Text Example

White with #52C74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,199,75); }

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

background-color css

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

 a { background-color: rgb(82,199,75); }

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

border-color css

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

 span { border-color: rgb(82,199,75); }

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