Html Css Color HEX #5FBC3B Apple

📋 copy color: '#5FBC3B'

red 95 ◦ green 188 ◦ blue 59

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

Shades of Apple #5FBC3B

Tints of Apple #5FBC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.25%

R = 27.78%
G = 54.97%
B = 17.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#5FBC3B (or 0x5FBC3B) is known color: Apple. HEX triplet: 5F, BC and 3B. RGB value is (95,188,59). Sum of RGB (Red+Green+Blue) = 95+188+59=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC3B is #A043C4. Grayscale: #919191. Windows color (decimal): -10503109 or 3914847. OLE color: 3914847.

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

Color convert

RGB 95 188 59 -
CMYK 0.49 0 0.69 0.26
HSL 103.26º 0.52% 0.48% -
HSV(B) 103.26º 0.69% 0.74% -
XYZ 23.49 38.72 10.37 -
YUV 145.49 79.19 91.99 -
System Red Green Blue C M Y K H S L
Decimal 95 188 59 0.49 0 0.69 0.26 103.26 0.52 0.48
Hex 5F BC 3B 31 0 45 1A 67 34 30
Octal 137 274 73 61 0 105 32 147 64 60
Binary 1011111 10111100 111011 110001 0 1000101 11010 1100111 110100 110000

Color Harmonies of #5FBC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBC3B

Black with #5FBC3B

Text Example


Text Example

White with #5FBC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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