Html Css Color HEX #52CE4A Apple

📋 copy color: '#52CE4A'

red 82 ◦ green 206 ◦ blue 74

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

Shades of Apple #52CE4A

Tints of Apple #52CE4A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 56.91%

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 22.65%
G = 56.91%
B = 20.44%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#52CE4A (or 0x52CE4A) is known color: Apple. HEX triplet: 52, CE and 4A. RGB value is (82,206,74). Sum of RGB (Red+Green+Blue) = 82+206+74=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 206 (80.86% from 255 or 56.91% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CE4A is #AD31B5. Grayscale: #9A9A9A. Windows color (decimal): -11350454 or 4902482. OLE color: 4902482.

HSL color Cylindrical-coordinate representation of color #52CE4A: hue angle of 116.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52CE4A is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 74 -
CMYK 0.60 0 0.64 0.19
HSL 116.36º 0.57% 0.55% -
HSV(B) 116.36º 0.64% 0.81% -
XYZ 26.79 46.43 14.03 -
YUV 153.88 82.92 76.73 -
System Red Green Blue C M Y K H S L
Decimal 82 206 74 0.60 0 0.64 0.19 116.36 0.57 0.55
Hex 52 CE 4A 3C 0 40 13 74 39 37
Octal 122 316 112 74 0 100 23 164 71 67
Binary 1010010 11001110 1001010 111100 0 1000000 10011 1110100 111001 110111

Color Harmonies of #52CE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE4A

Black with #52CE4A

Text Example


Text Example

White with #52CE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,206,74); }

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

background-color css

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

 a { background-color: rgb(82,206,74); }

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

border-color css

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

 span { border-color: rgb(82,206,74); }

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