Html Css Color HEX #5FBC4F Apple

📋 copy color: '#5FBC4F'

red 95 ◦ green 188 ◦ blue 79

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

Shades of Apple #5FBC4F

Tints of Apple #5FBC4F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

 BLUE value IS 79 (31.25% from 255) = 21.82%

R = 26.24%
G = 51.93%
B = 21.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#5FBC4F (or 0x5FBC4F) is known color: Apple. HEX triplet: 5F, BC and 4F. RGB value is (95,188,79). Sum of RGB (Red+Green+Blue) = 95+188+79=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC4F is #A043B0. Grayscale: #949494. Windows color (decimal): -10503089 or 5225567. OLE color: 5225567.

HSL color Cylindrical-coordinate representation of color #5FBC4F: hue angle of 111.19º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FBC4F is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 188 79 -
CMYK 0.49 0 0.58 0.26
HSL 111.19º 0.45% 0.52% -
HSV(B) 111.19º 0.58% 0.74% -
XYZ 24.11 38.96 13.65 -
YUV 147.77 89.19 90.36 -
System Red Green Blue C M Y K H S L
Decimal 95 188 79 0.49 0 0.58 0.26 111.19 0.45 0.52
Hex 5F BC 4F 31 0 3A 1A 6F 2D 34
Octal 137 274 117 61 0 72 32 157 55 64
Binary 1011111 10111100 1001111 110001 0 111010 11010 1101111 101101 110100

Color Harmonies of #5FBC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBC4F

Black with #5FBC4F

Text Example


Text Example

White with #5FBC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,188,79); }

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

background-color css

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

 a { background-color: rgb(95,188,79); }

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

border-color css

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

 span { border-color: rgb(95,188,79); }

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