Html Css Color HEX #52C143 Apple

📋 copy color: '#52C143'

red 82 ◦ green 193 ◦ blue 67

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

Shades of Apple #52C143

Tints of Apple #52C143

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.43%

 BLUE value IS 67 (26.56% from 255) = 19.59%

R = 23.98%
G = 56.43%
B = 19.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#52C143 (or 0x52C143) is known color: Apple. HEX triplet: 52, C1 and 43. RGB value is (82,193,67). Sum of RGB (Red+Green+Blue) = 82+193+67=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #52C143 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C143 is #AD3EBC. Grayscale: #919191. Windows color (decimal): -11353789 or 4440402. OLE color: 4440402.

HSL color Cylindrical-coordinate representation of color #52C143: hue angle of 112.86º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52C143 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 67 -
CMYK 0.58 0 0.65 0.24
HSL 112.86º 0.5% 0.51% -
HSV(B) 112.86º 0.65% 0.76% -
XYZ 23.56 40.34 11.85 -
YUV 145.45 83.73 82.75 -
System Red Green Blue C M Y K H S L
Decimal 82 193 67 0.58 0 0.65 0.24 112.86 0.5 0.51
Hex 52 C1 43 3A 0 41 18 71 32 33
Octal 122 301 103 72 0 101 30 161 62 63
Binary 1010010 11000001 1000011 111010 0 1000001 11000 1110001 110010 110011

Color Harmonies of #52C143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C143

Black with #52C143

Text Example


Text Example

White with #52C143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,193,67); }

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

background-color css

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

 a { background-color: rgb(82,193,67); }

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

border-color css

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

 span { border-color: rgb(82,193,67); }

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