#61F288

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

Shades of Pastel Green #61F288

Tints of Pastel Green #61F288

Color information

#61F288 (or 0x61F288) is unknown color: approx Pastel Green. HEX triplet: 61, F2 and 88. RGB value is (97,242,136). Sum of RGB (Red+Green+Blue) = 97+242+136=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #61F288 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F288 is #9E0D77. Grayscale: #BABABA. Windows color (decimal): -10358136 or 8974945. OLE color: 8974945.

HSL color Cylindrical-coordinate representation of color #61F288: hue angle of 136.14º 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 #61F288 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB97242136-
CMYK0.6000.440.05
HSL136.14º84.8%66.47%-
HSV(B)136.14º59.92%94.9%-
XYZ41.1367.8234.22-
YUV186.5699.4664.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.42%
GREEN value IS 242 (94.92% from 255) = 50.95%
BLUE value IS 136 (53.52% from 255) = 28.63%
R=20.42%
G=50.95%
B=28.63%

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
Decimal972421360.6000.440.05136.1484.866.47
Hex61F2883C02C5885542
Octal141362210740545210125102
Binary1100001111100101000100011110001011001011000100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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