Html Css Color HEX #61F190 Pastel Green

📋 copy color: '#61F190'

red 97 ◦ green 241 ◦ blue 144

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

Shades of Pastel Green #61F190

Tints of Pastel Green #61F190

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50%

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 20.12%
G = 50%
B = 29.88%

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

#61F190 (or 0x61F190) is known color: Pastel Green. HEX triplet: 61, F1 and 90. RGB value is (97,241,144). Sum of RGB (Red+Green+Blue) = 97+241+144=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #61F190 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F190 is #9E0E6F. Grayscale: #BBBBBB. Windows color (decimal): -10358384 or 9498977. OLE color: 9498977.

HSL color Cylindrical-coordinate representation of color #61F190: hue angle of 139.58º degrees, saturation: 0.84, 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 #61F190 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 241 144 -
CMYK 0.60 0 0.40 0.05
HSL 139.58º 0.84% 0.66% -
HSV(B) 139.58º 0.6% 0.95% -
XYZ 41.42 67.47 37.22 -
YUV 186.89 103.79 63.89 -
System Red Green Blue C M Y K H S L
Decimal 97 241 144 0.60 0 0.40 0.05 139.58 0.84 0.66
Hex 61 F1 90 3C 0 28 5 8C 54 42
Octal 141 361 220 74 0 50 5 214 124 102
Binary 1100001 11110001 10010000 111100 0 101000 101 10001100 1010100 1000010

Color Harmonies of #61F190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F190

Black with #61F190

Text Example


Text Example

White with #61F190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,241,144); }

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

background-color css

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

 a { background-color: rgb(97,241,144); }

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

border-color css

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

 span { border-color: rgb(97,241,144); }

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