Html Css Color HEX #52CA44 Apple

📋 copy color: '#52CA44'

red 82 ◦ green 202 ◦ blue 68

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

Shades of Apple #52CA44

Tints of Apple #52CA44

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.39%

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

R = 23.3%
G = 57.39%
B = 19.32%

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

#52CA44 (or 0x52CA44) is known color: Apple. HEX triplet: 52, CA and 44. RGB value is (82,202,68). Sum of RGB (Red+Green+Blue) = 82+202+68=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CA44 is #AD35BB. Grayscale: #979797. Windows color (decimal): -11351484 or 4508242. OLE color: 4508242.

HSL color Cylindrical-coordinate representation of color #52CA44: hue angle of 113.73º degrees, saturation: 0.56, 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 #52CA44 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 202 68 -
CMYK 0.59 0 0.66 0.21
HSL 113.73º 0.56% 0.53% -
HSV(B) 113.73º 0.66% 0.79% -
XYZ 25.64 44.45 12.7 -
YUV 150.84 81.24 78.9 -
System Red Green Blue C M Y K H S L
Decimal 82 202 68 0.59 0 0.66 0.21 113.73 0.56 0.53
Hex 52 CA 44 3B 0 42 15 72 38 35
Octal 122 312 104 73 0 102 25 162 70 65
Binary 1010010 11001010 1000100 111011 0 1000010 10101 1110010 111000 110101

Color Harmonies of #52CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CA44

Black with #52CA44

Text Example


Text Example

White with #52CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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