Html Css Color HEX #52BE43 Apple

📋 copy color: '#52BE43'

red 82 ◦ green 190 ◦ blue 67

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

Shades of Apple #52BE43

Tints of Apple #52BE43

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.05%

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

R = 24.19%
G = 56.05%
B = 19.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#52BE43 (or 0x52BE43) is known color: Apple. HEX triplet: 52, BE and 43. RGB value is (82,190,67). Sum of RGB (Red+Green+Blue) = 82+190+67=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 190 (74.61% from 255 or 56.05% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE43 is #AD41BC. Grayscale: #909090. Windows color (decimal): -11354557 or 4439634. OLE color: 4439634.

HSL color Cylindrical-coordinate representation of color #52BE43: hue angle of 112.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52BE43 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 190 67 -
CMYK 0.57 0 0.65 0.25
HSL 112.68º 0.49% 0.5% -
HSV(B) 112.68º 0.65% 0.75% -
XYZ 22.91 39.03 11.64 -
YUV 143.69 84.72 84 -
System Red Green Blue C M Y K H S L
Decimal 82 190 67 0.57 0 0.65 0.25 112.68 0.49 0.5
Hex 52 BE 43 39 0 41 19 71 31 32
Octal 122 276 103 71 0 101 31 161 61 62
Binary 1010010 10111110 1000011 111001 0 1000001 11001 1110001 110001 110010

Color Harmonies of #52BE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BE43

Black with #52BE43

Text Example


Text Example

White with #52BE43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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