Html Css Color HEX #60F995 Pastel Green

📋 copy color: '#60F995'

red 96 ◦ green 249 ◦ blue 149

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

Shades of Pastel Green #60F995

Tints of Pastel Green #60F995

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.4%

 BLUE value IS 149 (58.59% from 255) = 30.16%

R = 19.43%
G = 50.4%
B = 30.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#60F995 (or 0x60F995) is known color: Pastel Green. HEX triplet: 60, F9 and 95. RGB value is (96,249,149). Sum of RGB (Red+Green+Blue) = 96+249+149=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #60F995 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F995 is #9F066A. Grayscale: #C0C0C0. Windows color (decimal): -10421867 or 9828704. OLE color: 9828704.

HSL color Cylindrical-coordinate representation of color #60F995: hue angle of 140.78º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F995 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 249 149 -
CMYK 0.61 0 0.40 0.02
HSL 140.78º 0.93% 0.68% -
HSV(B) 140.78º 0.61% 0.98% -
XYZ 44.12 72.41 40.08 -
YUV 191.85 103.81 59.63 -
System Red Green Blue C M Y K H S L
Decimal 96 249 149 0.61 0 0.40 0.02 140.78 0.93 0.68
Hex 60 F9 95 3D 0 28 2 8D 5D 44
Octal 140 371 225 75 0 50 2 215 135 104
Binary 1100000 11111001 10010101 111101 0 101000 10 10001101 1011101 1000100

Color Harmonies of #60F995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F995

Black with #60F995

Text Example


Text Example

White with #60F995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,249,149); }

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

background-color css

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

 a { background-color: rgb(96,249,149); }

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

border-color css

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

 span { border-color: rgb(96,249,149); }

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