Html Css Color HEX #61D755 Pastel Green

📋 copy color: '#61D755'

red 97 ◦ green 215 ◦ blue 85

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

Shades of Pastel Green #61D755

Tints of Pastel Green #61D755

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.16%

 BLUE value IS 85 (33.59% from 255) = 21.41%

R = 24.43%
G = 54.16%
B = 21.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#61D755 (or 0x61D755) is known color: Pastel Green. HEX triplet: 61, D7 and 55. RGB value is (97,215,85). Sum of RGB (Red+Green+Blue) = 97+215+85=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #61D755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D755 is #9E28AA. Grayscale: #A5A5A5. Windows color (decimal): -10365099 or 5625697. OLE color: 5625697.

HSL color Cylindrical-coordinate representation of color #61D755: hue angle of 114.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61D755 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 215 85 -
CMYK 0.55 0 0.60 0.16
HSL 114.46º 0.62% 0.59% -
HSV(B) 114.46º 0.6% 0.84% -
XYZ 30.87 51.8 16.97 -
YUV 164.9 82.91 79.57 -
System Red Green Blue C M Y K H S L
Decimal 97 215 85 0.55 0 0.60 0.16 114.46 0.62 0.59
Hex 61 D7 55 37 0 3C 10 72 3E 3B
Octal 141 327 125 67 0 74 20 162 76 73
Binary 1100001 11010111 1010101 110111 0 111100 10000 1110010 111110 111011

Color Harmonies of #61D755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D755

Black with #61D755

Text Example


Text Example

White with #61D755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,215,85); }

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

background-color css

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

 a { background-color: rgb(97,215,85); }

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

border-color css

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

 span { border-color: rgb(97,215,85); }

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