#60F08B

Color #60F08B Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #60F08B

Tints of Pastel Green #60F08B

Color information

#60F08B (or 0x60F08B) is unknown color: approx Pastel Green. HEX triplet: 60, F0 and 8B. RGB value is (96,240,139). Sum of RGB (Red+Green+Blue) = 96+240+139=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #60F08B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F08B is #9F0F74. Grayscale: #B9B9B9. Windows color (decimal): -10424181 or 9171040. OLE color: 9171040.

HSL color Cylindrical-coordinate representation of color #60F08B: hue angle of 137.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F08B is Cyan = 0.6, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB96240139-
CMYK0.600.420.06
HSL137.92º82.76%65.88%-
HSV(B)137.92º60%94.12%-
XYZ40.6466.6735.15-
YUV185.43101.7964.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.21%
GREEN value IS 240 (94.14% from 255) = 50.53%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=20.21%
G=50.53%
B=29.26%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal962401390.600.420.06137.9282.7665.88
Hex60F08B3C02A68a5342
Octal140360213740526212123102
Binary1100000111100001000101111110001010101101000101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60F08B; }

 p { color: rgb(96,240,139); }

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

<style>
 a { background-color: #60F08B; }

 a { background-color: rgb(96,240,139); }

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

<style>
 span { border-color: #60F08B; }

 span { border-color: rgb(96,240,139); }

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