Html Css Color HEX #52C44B Apple

📋 copy color: '#52C44B'

red 82 ◦ green 196 ◦ blue 75

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

Shades of Apple #52C44B

Tints of Apple #52C44B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.52%

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

R = 23.23%
G = 55.52%
B = 21.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#52C44B (or 0x52C44B) is known color: Apple. HEX triplet: 52, C4 and 4B. RGB value is (82,196,75). Sum of RGB (Red+Green+Blue) = 82+196+75=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #52C44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C44B is #AD3BB4. Grayscale: #949494. Windows color (decimal): -11353013 or 4965458. OLE color: 4965458.

HSL color Cylindrical-coordinate representation of color #52C44B: hue angle of 116.53º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52C44B is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 196 75 -
CMYK 0.58 0 0.62 0.23
HSL 116.53º 0.51% 0.53% -
HSV(B) 116.53º 0.62% 0.77% -
XYZ 24.49 41.78 13.43 -
YUV 148.12 86.73 80.84 -
System Red Green Blue C M Y K H S L
Decimal 82 196 75 0.58 0 0.62 0.23 116.53 0.51 0.53
Hex 52 C4 4B 3A 0 3E 17 75 33 35
Octal 122 304 113 72 0 76 27 165 63 65
Binary 1010010 11000100 1001011 111010 0 111110 10111 1110101 110011 110101

Color Harmonies of #52C44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C44B

Black with #52C44B

Text Example


Text Example

White with #52C44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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