#3CBF5F

Color #3CBF5F Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #3CBF5F

Tints of Medium Sea Green #3CBF5F

Color information

#3CBF5F (or 0x3CBF5F) is unknown color: approx Medium Sea Green. HEX triplet: 3C, BF and 5F. RGB value is (60,191,95). Sum of RGB (Red+Green+Blue) = 60+191+95=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBF5F is #C340A0. Grayscale: #8D8D8D. Windows color (decimal): -12796065 or 6274876. OLE color: 6274876.

HSL color Cylindrical-coordinate representation of color #3CBF5F: hue angle of 136.03º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBF5F is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB6019195-
CMYK0.6900.500.25
HSL136.03º52.19%49.22%-
HSV(B)136.03º68.59%74.9%-
XYZ22.5639.0517.17-
YUV140.89102.170.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.34%
GREEN value IS 191 (75% from 255) = 55.20%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=17.34%
G=55.20%
B=27.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60191950.6900.500.25136.0352.1949.22
Hex3CBF5F4503219883431
Octal74277137105062312106461
Binary111100101111111011111100010101100101100110001000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CBF5F; }

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

 H1.HeaderClassName
 {
   color: #3CBF5F;
 }
 .AnyTagClassName
 {
   color: #3CBF5F;
 }
</style>
background-color css

<style>
 a { background-color: #3CBF5F; }

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

 div.DivClassName
 {
   background-color: #3CBF5F;
 }
 .BgClassName
 {
   background-color: #3CBF5F;
 }
</style>
border-color css

<style>
 span { border-color: #3CBF5F; }

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

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