Html Css Color HEX #5FB450 Apple

📋 copy color: '#5FB450'

red 95 ◦ green 180 ◦ blue 80

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

Shades of Apple #5FB450

Tints of Apple #5FB450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.7%

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

R = 26.76%
G = 50.7%
B = 22.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#5FB450 (or 0x5FB450) is known color: Apple. HEX triplet: 5F, B4 and 50. RGB value is (95,180,80). Sum of RGB (Red+Green+Blue) = 95+180+80=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB450 is #A04BAF. Grayscale: #8F8F8F. Windows color (decimal): -10505136 or 5289055. OLE color: 5289055.

HSL color Cylindrical-coordinate representation of color #5FB450: hue angle of 111º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FB450 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 180 80 -
CMYK 0.47 0 0.56 0.29
HSL 111º 0.4% 0.51% -
HSV(B) 111º 0.56% 0.71% -
XYZ 22.49 35.65 13.29 -
YUV 143.19 92.34 93.63 -
System Red Green Blue C M Y K H S L
Decimal 95 180 80 0.47 0 0.56 0.29 111 0.4 0.51
Hex 5F B4 50 2F 0 38 1D 6F 28 33
Octal 137 264 120 57 0 70 35 157 50 63
Binary 1011111 10110100 1010000 101111 0 111000 11101 1101111 101000 110011

Color Harmonies of #5FB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB450

Black with #5FB450

Text Example


Text Example

White with #5FB450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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