Html Css Color HEX #5FBC3C Apple

📋 copy color: '#5FBC3C'

red 95 ◦ green 188 ◦ blue 60

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

Shades of Apple #5FBC3C

Tints of Apple #5FBC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 27.7%
G = 54.81%
B = 17.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#5FBC3C (or 0x5FBC3C) is known color: Apple. HEX triplet: 5F, BC and 3C. RGB value is (95,188,60). Sum of RGB (Red+Green+Blue) = 95+188+60=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC3C is #A043C3. Grayscale: #929292. Windows color (decimal): -10503108 or 3980383. OLE color: 3980383.

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

Color convert

RGB 95 188 60 -
CMYK 0.49 0 0.68 0.26
HSL 103.59º 0.52% 0.49% -
HSV(B) 103.59º 0.68% 0.74% -
XYZ 23.52 38.73 10.51 -
YUV 145.6 79.69 91.91 -
System Red Green Blue C M Y K H S L
Decimal 95 188 60 0.49 0 0.68 0.26 103.59 0.52 0.49
Hex 5F BC 3C 31 0 44 1A 68 34 31
Octal 137 274 74 61 0 104 32 150 64 61
Binary 1011111 10111100 111100 110001 0 1000100 11010 1101000 110100 110001

Color Harmonies of #5FBC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBC3C

Black with #5FBC3C

Text Example


Text Example

White with #5FBC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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