Html Css Color HEX #61D96A Pastel Green

📋 copy color: '#61D96A'

red 97 ◦ green 217 ◦ blue 106

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

Shades of Pastel Green #61D96A

Tints of Pastel Green #61D96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.24%

R = 23.1%
G = 51.67%
B = 25.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#61D96A (or 0x61D96A) is known color: Pastel Green. HEX triplet: 61, D9 and 6A. RGB value is (97,217,106). Sum of RGB (Red+Green+Blue) = 97+217+106=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #61D96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D96A is #9E2695. Grayscale: #A8A8A8. Windows color (decimal): -10364566 or 7002465. OLE color: 7002465.

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

Color convert

RGB 97 217 106 -
CMYK 0.55 0 0.51 0.15
HSL 124.5º 0.61% 0.62% -
HSV(B) 124.5º 0.55% 0.85% -
XYZ 32.34 53.21 22.2 -
YUV 168.47 92.74 77.03 -
System Red Green Blue C M Y K H S L
Decimal 97 217 106 0.55 0 0.51 0.15 124.5 0.61 0.62
Hex 61 D9 6A 37 0 33 F 7C 3D 3E
Octal 141 331 152 67 0 63 17 174 75 76
Binary 1100001 11011001 1101010 110111 0 110011 1111 1111100 111101 111110

Color Harmonies of #61D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D96A

Black with #61D96A

Text Example


Text Example

White with #61D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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