Html Css Color HEX #60F190 Pastel Green

📋 copy color: '#60F190'

red 96 ◦ green 241 ◦ blue 144

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

Shades of Pastel Green #60F190

Tints of Pastel Green #60F190

RGB

 RED value IS 96 (37.89% from 255) = 19.96%

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

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

R = 19.96%
G = 50.1%
B = 29.94%

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

#60F190 (or 0x60F190) is known color: Pastel Green. HEX triplet: 60, F1 and 90. RGB value is (96,241,144). Sum of RGB (Red+Green+Blue) = 96+241+144=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #60F190 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F190 is #9F0E6F. Grayscale: #BABABA. Windows color (decimal): -10423920 or 9498976. OLE color: 9498976.

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

Color convert

RGB 96 241 144 -
CMYK 0.60 0 0.40 0.05
HSL 139.86º 0.84% 0.66% -
HSV(B) 139.86º 0.6% 0.95% -
XYZ 41.31 67.41 37.22 -
YUV 186.59 103.96 63.39 -
System Red Green Blue C M Y K H S L
Decimal 96 241 144 0.60 0 0.40 0.05 139.86 0.84 0.66
Hex 60 F1 90 3C 0 28 5 8C 54 42
Octal 140 361 220 74 0 50 5 214 124 102
Binary 1100000 11110001 10010000 111100 0 101000 101 10001100 1010100 1000010

Color Harmonies of #60F190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F190

Black with #60F190

Text Example


Text Example

White with #60F190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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