Html Css Color HEX #61D966 Pastel Green

📋 copy color: '#61D966'

red 97 ◦ green 217 ◦ blue 102

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

Shades of Pastel Green #61D966

Tints of Pastel Green #61D966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.52%

R = 23.32%
G = 52.16%
B = 24.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#61D966 (or 0x61D966) is known color: Pastel Green. HEX triplet: 61, D9 and 66. RGB value is (97,217,102). Sum of RGB (Red+Green+Blue) = 97+217+102=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #61D966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D966 is #9E2699. Grayscale: #A8A8A8. Windows color (decimal): -10364570 or 6740321. OLE color: 6740321.

HSL color Cylindrical-coordinate representation of color #61D966: hue angle of 122.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 #61D966 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 217 102 -
CMYK 0.55 0 0.53 0.15
HSL 122.5º 0.61% 0.62% -
HSV(B) 122.5º 0.55% 0.85% -
XYZ 32.14 53.13 21.13 -
YUV 168.01 90.74 77.35 -
System Red Green Blue C M Y K H S L
Decimal 97 217 102 0.55 0 0.53 0.15 122.5 0.61 0.62
Hex 61 D9 66 37 0 35 F 7B 3D 3E
Octal 141 331 146 67 0 65 17 173 75 76
Binary 1100001 11011001 1100110 110111 0 110101 1111 1111011 111101 111110

Color Harmonies of #61D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D966

Black with #61D966

Text Example


Text Example

White with #61D966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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