Html Css Color HEX #5FBA3C Apple

📋 copy color: '#5FBA3C'

red 95 ◦ green 186 ◦ blue 60

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

Shades of Apple #5FBA3C

Tints of Apple #5FBA3C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.55%

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

R = 27.86%
G = 54.55%
B = 17.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#5FBA3C (or 0x5FBA3C) is known color: Apple. HEX triplet: 5F, BA and 3C. RGB value is (95,186,60). Sum of RGB (Red+Green+Blue) = 95+186+60=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBA3C is #A045C3. Grayscale: #909090. Windows color (decimal): -10503620 or 3979871. OLE color: 3979871.

HSL color Cylindrical-coordinate representation of color #5FBA3C: hue angle of 103.33º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FBA3C is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 186 60 -
CMYK 0.49 0 0.68 0.27
HSL 103.33º 0.51% 0.48% -
HSV(B) 103.33º 0.68% 0.73% -
XYZ 23.09 37.88 10.37 -
YUV 144.43 80.35 92.75 -
System Red Green Blue C M Y K H S L
Decimal 95 186 60 0.49 0 0.68 0.27 103.33 0.51 0.48
Hex 5F BA 3C 31 0 44 1B 67 33 30
Octal 137 272 74 61 0 104 33 147 63 60
Binary 1011111 10111010 111100 110001 0 1000100 11011 1100111 110011 110000

Color Harmonies of #5FBA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBA3C

Black with #5FBA3C

Text Example


Text Example

White with #5FBA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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