Html Css Color HEX #5BAF4B Apple

📋 copy color: '#5BAF4B'

red 91 ◦ green 175 ◦ blue 75

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

Shades of Apple #5BAF4B

Tints of Apple #5BAF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 26.69%
G = 51.32%
B = 21.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#5BAF4B (or 0x5BAF4B) is known color: Apple. HEX triplet: 5B, AF and 4B. RGB value is (91,175,75). Sum of RGB (Red+Green+Blue) = 91+175+75=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAF4B is #A450B4. Grayscale: #8A8A8A. Windows color (decimal): -10768565 or 4960091. OLE color: 4960091.

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

Color convert

RGB 91 175 75 -
CMYK 0.48 0 0.57 0.31
HSL 110.4º 0.4% 0.49% -
HSV(B) 110.4º 0.57% 0.69% -
XYZ 20.91 33.39 12 -
YUV 138.48 92.17 94.13 -
System Red Green Blue C M Y K H S L
Decimal 91 175 75 0.48 0 0.57 0.31 110.4 0.4 0.49
Hex 5B AF 4B 30 0 39 1F 6E 28 31
Octal 133 257 113 60 0 71 37 156 50 61
Binary 1011011 10101111 1001011 110000 0 111001 11111 1101110 101000 110001

Color Harmonies of #5BAF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAF4B

Black with #5BAF4B

Text Example


Text Example

White with #5BAF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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