#61F68E

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

Shades of Pastel Green #61F68E

Tints of Pastel Green #61F68E

Color information

#61F68E (or 0x61F68E) is unknown color: approx Pastel Green. HEX triplet: 61, F6 and 8E. RGB value is (97,246,142). Sum of RGB (Red+Green+Blue) = 97+246+142=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #61F68E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F68E is #9E0971. Grayscale: #BDBDBD. Windows color (decimal): -10357106 or 9369185. OLE color: 9369185.

HSL color Cylindrical-coordinate representation of color #61F68E: hue angle of 138.12º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F68E is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB97246142-
CMYK0.6100.420.04
HSL138.12º89.22%67.25%-
HSV(B)138.12º60.57%96.47%-
XYZ42.7770.4136.93-
YUV189.59101.1461.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20%
GREEN value IS 246 (96.48% from 255) = 50.72%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=20%
G=50.72%
B=29.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal972461420.6100.420.04138.1289.2267.25
Hex61F68E3D02A48a5943
Octal141366216750524212131103
Binary1100001111101101000111011110101010101001000101010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,246,142); }

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

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

 a { background-color: rgb(97,246,142); }

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

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

 span { border-color: rgb(97,246,142); }

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