Html Css Color HEX #61F185 Pastel Green

📋 copy color: '#61F185'

red 97 ◦ green 241 ◦ blue 133

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

Shades of Pastel Green #61F185

Tints of Pastel Green #61F185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.24%

R = 20.59%
G = 51.17%
B = 28.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#61F185 (or 0x61F185) is known color: Pastel Green. HEX triplet: 61, F1 and 85. RGB value is (97,241,133). Sum of RGB (Red+Green+Blue) = 97+241+133=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #61F185 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F185 is #9E0E7A. Grayscale: #B9B9B9. Windows color (decimal): -10358395 or 8778081. OLE color: 8778081.

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

Color convert

RGB 97 241 133 -
CMYK 0.60 0 0.45 0.05
HSL 135º 0.84% 0.66% -
HSV(B) 135º 0.6% 0.95% -
XYZ 40.62 67.15 33.01 -
YUV 185.63 98.29 64.78 -
System Red Green Blue C M Y K H S L
Decimal 97 241 133 0.60 0 0.45 0.05 135 0.84 0.66
Hex 61 F1 85 3C 0 2D 5 87 54 42
Octal 141 361 205 74 0 55 5 207 124 102
Binary 1100001 11110001 10000101 111100 0 101101 101 10000111 1010100 1000010

Color Harmonies of #61F185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F185

Black with #61F185

Text Example


Text Example

White with #61F185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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