Html Css Color HEX #5BAF3F Apple

📋 copy color: '#5BAF3F'

red 91 ◦ green 175 ◦ blue 63

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

Shades of Apple #5BAF3F

Tints of Apple #5BAF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 27.66%
G = 53.19%
B = 19.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#5BAF3F (or 0x5BAF3F) is known color: Apple. HEX triplet: 5B, AF and 3F. RGB value is (91,175,63). Sum of RGB (Red+Green+Blue) = 91+175+63=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAF3F is #A450C0. Grayscale: #898989. Windows color (decimal): -10768577 or 4173659. OLE color: 4173659.

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

Color convert

RGB 91 175 63 -
CMYK 0.48 0 0.64 0.31
HSL 105º 0.47% 0.47% -
HSV(B) 105º 0.64% 0.69% -
XYZ 20.54 33.24 10.04 -
YUV 137.12 86.17 95.11 -
System Red Green Blue C M Y K H S L
Decimal 91 175 63 0.48 0 0.64 0.31 105 0.47 0.47
Hex 5B AF 3F 30 0 40 1F 69 2F 2F
Octal 133 257 77 60 0 100 37 151 57 57
Binary 1011011 10101111 111111 110000 0 1000000 11111 1101001 101111 101111

Color Harmonies of #5BAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAF3F

Black with #5BAF3F

Text Example


Text Example

White with #5BAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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