Html Css Color HEX #5FBC3D Apple

📋 copy color: '#5FBC3D'

red 95 ◦ green 188 ◦ blue 61

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

Shades of Apple #5FBC3D

Tints of Apple #5FBC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 27.62%
G = 54.65%
B = 17.73%

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

#5FBC3D (or 0x5FBC3D) is known color: Apple. HEX triplet: 5F, BC and 3D. RGB value is (95,188,61). Sum of RGB (Red+Green+Blue) = 95+188+61=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC3D is #A043C2. Grayscale: #929292. Windows color (decimal): -10503107 or 4045919. OLE color: 4045919.

HSL color Cylindrical-coordinate representation of color #5FBC3D: hue angle of 103.94º degrees, saturation: 0.51, 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 #5FBC3D is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 188 61 -
CMYK 0.49 0 0.68 0.26
HSL 103.94º 0.51% 0.49% -
HSV(B) 103.94º 0.68% 0.74% -
XYZ 23.54 38.74 10.65 -
YUV 145.72 80.19 91.83 -
System Red Green Blue C M Y K H S L
Decimal 95 188 61 0.49 0 0.68 0.26 103.94 0.51 0.49
Hex 5F BC 3D 31 0 44 1A 68 33 31
Octal 137 274 75 61 0 104 32 150 63 61
Binary 1011111 10111100 111101 110001 0 1000100 11010 1101000 110011 110001

Color Harmonies of #5FBC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBC3D

Black with #5FBC3D

Text Example


Text Example

White with #5FBC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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