Html Css Color HEX #52BF3A Apple

📋 copy color: '#52BF3A'

red 82 ◦ green 191 ◦ blue 58

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

Shades of Apple #52BF3A

Tints of Apple #52BF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 57.7%

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 24.77%
G = 57.7%
B = 17.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#52BF3A (or 0x52BF3A) is known color: Apple. HEX triplet: 52, BF and 3A. RGB value is (82,191,58). Sum of RGB (Red+Green+Blue) = 82+191+58=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BF3A is #AD40C5. Grayscale: #8F8F8F. Windows color (decimal): -11354310 or 3850066. OLE color: 3850066.

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

Color convert

RGB 82 191 58 -
CMYK 0.57 0 0.70 0.25
HSL 109.17º 0.53% 0.49% -
HSV(B) 109.17º 0.7% 0.75% -
XYZ 22.87 39.36 10.39 -
YUV 143.25 79.89 84.31 -
System Red Green Blue C M Y K H S L
Decimal 82 191 58 0.57 0 0.70 0.25 109.17 0.53 0.49
Hex 52 BF 3A 39 0 46 19 6D 35 31
Octal 122 277 72 71 0 106 31 155 65 61
Binary 1010010 10111111 111010 111001 0 1000110 11001 1101101 110101 110001

Color Harmonies of #52BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BF3A

Black with #52BF3A

Text Example


Text Example

White with #52BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,191,58); }

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

background-color css

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

 a { background-color: rgb(82,191,58); }

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

border-color css

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

 span { border-color: rgb(82,191,58); }

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