#61F28B

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

Shades of Pastel Green #61F28B

Tints of Pastel Green #61F28B

Color information

#61F28B (or 0x61F28B) is unknown color: approx Pastel Green. HEX triplet: 61, F2 and 8B. RGB value is (97,242,139). Sum of RGB (Red+Green+Blue) = 97+242+139=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #61F28B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F28B is #9E0D74. Grayscale: #BBBBBB. Windows color (decimal): -10358133 or 9171553. OLE color: 9171553.

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

Color convert

RGB97242139-
CMYK0.6000.430.05
HSL137.38º84.8%66.47%-
HSV(B)137.38º59.92%94.9%-
XYZ41.3467.9135.36-
YUV186.9100.9663.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.29%
GREEN value IS 242 (94.92% from 255) = 50.63%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=20.29%
G=50.63%
B=29.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972421390.6000.430.05137.3884.866.47
Hex61F28B3C02B5895542
Octal141362213740535211125102
Binary1100001111100101000101111110001010111011000100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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