Html Css Color HEX #52C944 Apple

📋 copy color: '#52C944'

red 82 ◦ green 201 ◦ blue 68

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

Shades of Apple #52C944

Tints of Apple #52C944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 23.36%
G = 57.26%
B = 19.37%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#52C944 (or 0x52C944) is known color: Apple. HEX triplet: 52, C9 and 44. RGB value is (82,201,68). Sum of RGB (Red+Green+Blue) = 82+201+68=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 201 (78.91% from 255 or 57.26% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 201 - color contains mainly: green. Hex color #52C944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C944 is #AD36BB. Grayscale: #969696. Windows color (decimal): -11351740 or 4507986. OLE color: 4507986.

HSL color Cylindrical-coordinate representation of color #52C944: hue angle of 113.68º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52C944 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 201 68 -
CMYK 0.59 0 0.66 0.21
HSL 113.68º 0.55% 0.53% -
HSV(B) 113.68º 0.66% 0.79% -
XYZ 25.41 43.98 12.62 -
YUV 150.26 81.58 79.31 -
System Red Green Blue C M Y K H S L
Decimal 82 201 68 0.59 0 0.66 0.21 113.68 0.55 0.53
Hex 52 C9 44 3B 0 42 15 72 37 35
Octal 122 311 104 73 0 102 25 162 67 65
Binary 1010010 11001001 1000100 111011 0 1000010 10101 1110010 110111 110101

Color Harmonies of #52C944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C944

Black with #52C944

Text Example


Text Example

White with #52C944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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