#61F287

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

Shades of Pastel Green #61F287

Tints of Pastel Green #61F287

Color information

#61F287 (or 0x61F287) is unknown color: approx Pastel Green. HEX triplet: 61, F2 and 87. RGB value is (97,242,135). Sum of RGB (Red+Green+Blue) = 97+242+135=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #61F287 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F287 is #9E0D78. Grayscale: #BABABA. Windows color (decimal): -10358137 or 8909409. OLE color: 8909409.

HSL color Cylindrical-coordinate representation of color #61F287: hue angle of 135.72º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F287 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB97242135-
CMYK0.6000.440.05
HSL135.72º84.8%66.47%-
HSV(B)135.72º59.92%94.9%-
XYZ41.0667.7933.84-
YUV186.4598.9664.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.46%
GREEN value IS 242 (94.92% from 255) = 51.05%
BLUE value IS 135 (53.12% from 255) = 28.48%
R=20.46%
G=51.05%
B=28.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972421350.6000.440.05135.7284.866.47
Hex61F2873C02C5885542
Octal141362207740545210125102
Binary1100001111100101000011111110001011001011000100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61F287; }

 p { color: rgb(97,242,135); }

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

<style>
 a { background-color: #61F287; }

 a { background-color: rgb(97,242,135); }

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

<style>
 span { border-color: #61F287; }

 span { border-color: rgb(97,242,135); }

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