Html Css Color HEX #61D65F Pastel Green

📋 copy color: '#61D65F'

red 97 ◦ green 214 ◦ blue 95

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

Shades of Pastel Green #61D65F

Tints of Pastel Green #61D65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.71%

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 23.89%
G = 52.71%
B = 23.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#61D65F (or 0x61D65F) is known color: Pastel Green. HEX triplet: 61, D6 and 5F. RGB value is (97,214,95). Sum of RGB (Red+Green+Blue) = 97+214+95=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #61D65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D65F is #9E29A0. Grayscale: #A5A5A5. Windows color (decimal): -10365345 or 6280801. OLE color: 6280801.

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

Color convert

RGB 97 214 95 -
CMYK 0.55 0 0.56 0.16
HSL 118.99º 0.59% 0.61% -
HSV(B) 118.99º 0.56% 0.84% -
XYZ 31.04 51.46 19.12 -
YUV 165.45 88.24 79.18 -
System Red Green Blue C M Y K H S L
Decimal 97 214 95 0.55 0 0.56 0.16 118.99 0.59 0.61
Hex 61 D6 5F 37 0 38 10 77 3B 3D
Octal 141 326 137 67 0 70 20 167 73 75
Binary 1100001 11010110 1011111 110111 0 111000 10000 1110111 111011 111101

Color Harmonies of #61D65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D65F

Black with #61D65F

Text Example


Text Example

White with #61D65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,214,95); }

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

background-color css

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

 a { background-color: rgb(97,214,95); }

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

border-color css

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

 span { border-color: rgb(97,214,95); }

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