Html Css Color HEX #5FD050 Apple

📋 copy color: '#5FD050'

red 95 ◦ green 208 ◦ blue 80

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

Shades of Apple #5FD050

Tints of Apple #5FD050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.31%

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 24.8%
G = 54.31%
B = 20.89%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#5FD050 (or 0x5FD050) is known color: Apple. HEX triplet: 5F, D0 and 50. RGB value is (95,208,80). Sum of RGB (Red+Green+Blue) = 95+208+80=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD050 is #A02FAF. Grayscale: #A0A0A0. Windows color (decimal): -10497968 or 5296223. OLE color: 5296223.

HSL color Cylindrical-coordinate representation of color #5FD050: hue angle of 112.97º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FD050 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 208 80 -
CMYK 0.54 0 0.62 0.18
HSL 112.97º 0.58% 0.56% -
HSV(B) 112.97º 0.62% 0.82% -
XYZ 28.72 48.12 15.36 -
YUV 159.62 83.06 81.91 -
System Red Green Blue C M Y K H S L
Decimal 95 208 80 0.54 0 0.62 0.18 112.97 0.58 0.56
Hex 5F D0 50 36 0 3E 12 71 3A 38
Octal 137 320 120 66 0 76 22 161 72 70
Binary 1011111 11010000 1010000 110110 0 111110 10010 1110001 111010 111000

Color Harmonies of #5FD050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD050

Black with #5FD050

Text Example


Text Example

White with #5FD050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,208,80); }

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

background-color css

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

 a { background-color: rgb(95,208,80); }

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

border-color css

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

 span { border-color: rgb(95,208,80); }

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