Html Css Color HEX #5BAF52 Apple

📋 copy color: '#5BAF52'

red 91 ◦ green 175 ◦ blue 82

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

Shades of Apple #5BAF52

Tints of Apple #5BAF52

RGB

 RED value IS 91 (35.94% from 255) = 26.15%

 GREEN value IS 175 (68.75% from 255) = 50.29%

 BLUE value IS 82 (32.42% from 255) = 23.56%

R = 26.15%
G = 50.29%
B = 23.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#5BAF52 (or 0x5BAF52) is known color: Apple. HEX triplet: 5B, AF and 52. RGB value is (91,175,82). Sum of RGB (Red+Green+Blue) = 91+175+82=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAF52 is #A450AD. Grayscale: #8B8B8B. Windows color (decimal): -10768558 or 5418843. OLE color: 5418843.

HSL color Cylindrical-coordinate representation of color #5BAF52: hue angle of 114.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BAF52 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 175 82 -
CMYK 0.48 0 0.53 0.31
HSL 114.19º 0.37% 0.5% -
HSV(B) 114.19º 0.53% 0.69% -
XYZ 21.17 33.49 13.33 -
YUV 139.28 95.67 93.56 -
System Red Green Blue C M Y K H S L
Decimal 91 175 82 0.48 0 0.53 0.31 114.19 0.37 0.5
Hex 5B AF 52 30 0 35 1F 72 25 32
Octal 133 257 122 60 0 65 37 162 45 62
Binary 1011011 10101111 1010010 110000 0 110101 11111 1110010 100101 110010

Color Harmonies of #5BAF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAF52

Black with #5BAF52

Text Example


Text Example

White with #5BAF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BAF52; }

 p { color: rgb(91,175,82); }

 H1.HeaderClassName
 {
   color: #5BAF52;
 }
 .AnyTagClassName
 {
   color: #5BAF52;
 }
</style>

background-color css

<style>
 a { background-color: #5BAF52; }

 a { background-color: rgb(91,175,82); }

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

border-color css

<style>
 span { border-color: #5BAF52; }

 span { border-color: rgb(91,175,82); }

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