Html Css Color HEX #5BAF41 Apple

📋 copy color: '#5BAF41'

red 91 ◦ green 175 ◦ blue 65

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

Shades of Apple #5BAF41

Tints of Apple #5BAF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 27.49%
G = 52.87%
B = 19.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#5BAF41 (or 0x5BAF41) is known color: Apple. HEX triplet: 5B, AF and 41. RGB value is (91,175,65). Sum of RGB (Red+Green+Blue) = 91+175+65=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAF41 is #A450BE. Grayscale: #898989. Windows color (decimal): -10768575 or 4304731. OLE color: 4304731.

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

Color convert

RGB 91 175 65 -
CMYK 0.48 0 0.63 0.31
HSL 105.82º 0.46% 0.47% -
HSV(B) 105.82º 0.63% 0.69% -
XYZ 20.6 33.27 10.34 -
YUV 137.34 87.17 94.94 -
System Red Green Blue C M Y K H S L
Decimal 91 175 65 0.48 0 0.63 0.31 105.82 0.46 0.47
Hex 5B AF 41 30 0 3F 1F 6A 2E 2F
Octal 133 257 101 60 0 77 37 152 56 57
Binary 1011011 10101111 1000001 110000 0 111111 11111 1101010 101110 101111

Color Harmonies of #5BAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAF41

Black with #5BAF41

Text Example


Text Example

White with #5BAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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