Html Css Color HEX #61D95E Pastel Green

📋 copy color: '#61D95E'

red 97 ◦ green 217 ◦ blue 94

#61D95E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #61D95E

Tints of Pastel Green #61D95E

RGB

 RED value IS 97 (38.28% from 255) = 23.77%

 GREEN value IS 217 (85.16% from 255) = 53.19%

 BLUE value IS 94 (37.11% from 255) = 23.04%

R = 23.77%
G = 53.19%
B = 23.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#61D95E (or 0x61D95E) is known color: Pastel Green. HEX triplet: 61, D9 and 5E. RGB value is (97,217,94). Sum of RGB (Red+Green+Blue) = 97+217+94=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #61D95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D95E is #9E26A1. Grayscale: #A7A7A7. Windows color (decimal): -10364578 or 6216033. OLE color: 6216033.

HSL color Cylindrical-coordinate representation of color #61D95E: hue angle of 118.54º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61D95E is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 217 94 -
CMYK 0.55 0 0.57 0.15
HSL 118.54º 0.62% 0.61% -
HSV(B) 118.54º 0.57% 0.85% -
XYZ 31.76 52.98 19.14 -
YUV 167.1 86.74 78 -
System Red Green Blue C M Y K H S L
Decimal 97 217 94 0.55 0 0.57 0.15 118.54 0.62 0.61
Hex 61 D9 5E 37 0 39 F 77 3E 3D
Octal 141 331 136 67 0 71 17 167 76 75
Binary 1100001 11011001 1011110 110111 0 111001 1111 1110111 111110 111101

Color Harmonies of #61D95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D95E

Black with #61D95E

Text Example


Text Example

White with #61D95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,217,94); }

 H1.HeaderClassName
 {
   color: #61D95E;
 }
 .AnyTagClassName
 {
   color: #61D95E;
 }
</style>

background-color css

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

 a { background-color: rgb(97,217,94); }

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

border-color css

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

 span { border-color: rgb(97,217,94); }

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