Html Css Color HEX #5FD131 Apple

📋 copy color: '#5FD131'

red 95 ◦ green 209 ◦ blue 49

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

Shades of Apple #5FD131

Tints of Apple #5FD131

RGB

 RED value IS 95 (37.5% from 255) = 26.91%

 GREEN value IS 209 (82.03% from 255) = 59.21%

 BLUE value IS 49 (19.53% from 255) = 13.88%

R = 26.91%
G = 59.21%
B = 13.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#5FD131 (or 0x5FD131) is known color: Apple. HEX triplet: 5F, D1 and 31. RGB value is (95,209,49). Sum of RGB (Red+Green+Blue) = 95+209+49=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 209 (82.03% from 255 or 59.21% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD131 is #A02ECE. Grayscale: #9D9D9D. Windows color (decimal): -10497743 or 3264863. OLE color: 3264863.

HSL color Cylindrical-coordinate representation of color #5FD131: hue angle of 102.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FD131 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 209 49 -
CMYK 0.55 0 0.77 0.18
HSL 102.75º 0.63% 0.51% -
HSV(B) 102.75º 0.77% 0.82% -
XYZ 28.07 48.26 10.74 -
YUV 156.67 67.23 84.01 -
System Red Green Blue C M Y K H S L
Decimal 95 209 49 0.55 0 0.77 0.18 102.75 0.63 0.51
Hex 5F D1 31 37 0 4D 12 67 3F 33
Octal 137 321 61 67 0 115 22 147 77 63
Binary 1011111 11010001 110001 110111 0 1001101 10010 1100111 111111 110011

Color Harmonies of #5FD131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD131

Black with #5FD131

Text Example


Text Example

White with #5FD131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,209,49); }

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

background-color css

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

 a { background-color: rgb(95,209,49); }

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

border-color css

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

 span { border-color: rgb(95,209,49); }

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