Html Css Color HEX #5FD132 Apple

📋 copy color: '#5FD132'

red 95 ◦ green 209 ◦ blue 50

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

Shades of Apple #5FD132

Tints of Apple #5FD132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 26.84%
G = 59.04%
B = 14.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#5FD132 (or 0x5FD132) is known color: Apple. HEX triplet: 5F, D1 and 32. RGB value is (95,209,50). Sum of RGB (Red+Green+Blue) = 95+209+50=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD132 is #A02ECD. Grayscale: #9D9D9D. Windows color (decimal): -10497742 or 3330399. OLE color: 3330399.

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

Color convert

RGB 95 209 50 -
CMYK 0.55 0 0.76 0.18
HSL 103.02º 0.63% 0.51% -
HSV(B) 103.02º 0.76% 0.82% -
XYZ 28.1 48.26 10.85 -
YUV 156.79 67.73 83.93 -
System Red Green Blue C M Y K H S L
Decimal 95 209 50 0.55 0 0.76 0.18 103.02 0.63 0.51
Hex 5F D1 32 37 0 4C 12 67 3F 33
Octal 137 321 62 67 0 114 22 147 77 63
Binary 1011111 11010001 110010 110111 0 1001100 10010 1100111 111111 110011

Color Harmonies of #5FD132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD132

Black with #5FD132

Text Example


Text Example

White with #5FD132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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