Html Css Color HEX #61F192 Pastel Green

📋 copy color: '#61F192'

red 97 ◦ green 241 ◦ blue 146

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

Shades of Pastel Green #61F192

Tints of Pastel Green #61F192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.17%

R = 20.04%
G = 49.79%
B = 30.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#61F192 (or 0x61F192) is known color: Pastel Green. HEX triplet: 61, F1 and 92. RGB value is (97,241,146). Sum of RGB (Red+Green+Blue) = 97+241+146=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #61F192 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F192 is #9E0E6D. Grayscale: #BBBBBB. Windows color (decimal): -10358382 or 9630049. OLE color: 9630049.

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

Color convert

RGB 97 241 146 -
CMYK 0.60 0 0.39 0.05
HSL 140.42º 0.84% 0.66% -
HSV(B) 140.42º 0.6% 0.95% -
XYZ 41.57 67.53 38.04 -
YUV 187.11 104.79 63.72 -
System Red Green Blue C M Y K H S L
Decimal 97 241 146 0.60 0 0.39 0.05 140.42 0.84 0.66
Hex 61 F1 92 3C 0 27 5 8C 54 42
Octal 141 361 222 74 0 47 5 214 124 102
Binary 1100001 11110001 10010010 111100 0 100111 101 10001100 1010100 1000010

Color Harmonies of #61F192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F192

Black with #61F192

Text Example


Text Example

White with #61F192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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