#61E67F

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

Shades of Pastel Green #61E67F

Tints of Pastel Green #61E67F

Color information

#61E67F (or 0x61E67F) is unknown color: approx Pastel Green. HEX triplet: 61, E6 and 7F. RGB value is (97,230,127). Sum of RGB (Red+Green+Blue) = 97+230+127=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 230 (90.23% from 255 or 50.66% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 230 - color contains mainly: green. Hex color #61E67F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61E67F is #9E1980. Grayscale: #B2B2B2. Windows color (decimal): -10361217 or 8382049. OLE color: 8382049.

HSL color Cylindrical-coordinate representation of color #61E67F: hue angle of 133.53º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E67F is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB97230127-
CMYK0.5800.450.10
HSL133.53º72.68%64.12%-
HSV(B)133.53º57.83%90.2%-
XYZ37.0660.6729.84-
YUV178.4998.9469.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.37%
GREEN value IS 230 (90.23% from 255) = 50.66%
BLUE value IS 127 (50% from 255) = 27.97%
R=21.37%
G=50.66%
B=27.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal972301270.5800.450.10133.5372.6864.12
Hex61E67F3A02DA864940
Octal1413461777205512206111100
Binary1100001111001101111111111010010110110101000011010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,230,127); }

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

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

 a { background-color: rgb(97,230,127); }

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

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

 span { border-color: rgb(97,230,127); }

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