Html Css Color HEX #61F291 Pastel Green

📋 copy color: '#61F291'

red 97 ◦ green 242 ◦ blue 145

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

Shades of Pastel Green #61F291

Tints of Pastel Green #61F291

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50%

 BLUE value IS 145 (57.03% from 255) = 29.96%

R = 20.04%
G = 50%
B = 29.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#61F291 (or 0x61F291) is known color: Pastel Green. HEX triplet: 61, F2 and 91. RGB value is (97,242,145). Sum of RGB (Red+Green+Blue) = 97+242+145=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #61F291 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F291 is #9E0D6E. Grayscale: #BBBBBB. Windows color (decimal): -10358127 or 9564769. OLE color: 9564769.

HSL color Cylindrical-coordinate representation of color #61F291: hue angle of 139.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F291 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 242 145 -
CMYK 0.60 0 0.40 0.05
HSL 139.86º 0.85% 0.66% -
HSV(B) 139.86º 0.6% 0.95% -
XYZ 41.79 68.09 37.73 -
YUV 187.59 103.96 63.39 -
System Red Green Blue C M Y K H S L
Decimal 97 242 145 0.60 0 0.40 0.05 139.86 0.85 0.66
Hex 61 F2 91 3C 0 28 5 8C 55 42
Octal 141 362 221 74 0 50 5 214 125 102
Binary 1100001 11110010 10010001 111100 0 101000 101 10001100 1010101 1000010

Color Harmonies of #61F291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F291

Black with #61F291

Text Example


Text Example

White with #61F291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,242,145); }

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

background-color css

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

 a { background-color: rgb(97,242,145); }

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

border-color css

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

 span { border-color: rgb(97,242,145); }

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