Html Css Color HEX #60F291 Pastel Green

📋 copy color: '#60F291'

red 96 ◦ green 242 ◦ blue 145

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

Shades of Pastel Green #60F291

Tints of Pastel Green #60F291

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.1%

 BLUE value IS 145 (57.03% from 255) = 30.02%

R = 19.88%
G = 50.1%
B = 30.02%

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

#60F291 (or 0x60F291) is known color: Pastel Green. HEX triplet: 60, F2 and 91. RGB value is (96,242,145). Sum of RGB (Red+Green+Blue) = 96+242+145=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #60F291 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F291 is #9F0D6E. Grayscale: #BBBBBB. Windows color (decimal): -10423663 or 9564768. OLE color: 9564768.

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

Color convert

RGB 96 242 145 -
CMYK 0.60 0 0.40 0.05
HSL 140.14º 0.85% 0.66% -
HSV(B) 140.14º 0.6% 0.95% -
XYZ 41.69 68.04 37.72 -
YUV 187.29 104.13 62.89 -
System Red Green Blue C M Y K H S L
Decimal 96 242 145 0.60 0 0.40 0.05 140.14 0.85 0.66
Hex 60 F2 91 3C 0 28 5 8C 55 42
Octal 140 362 221 74 0 50 5 214 125 102
Binary 1100000 11110010 10010001 111100 0 101000 101 10001100 1010101 1000010

Color Harmonies of #60F291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F291

Black with #60F291

Text Example


Text Example

White with #60F291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,242,145); }

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

background-color css

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

 a { background-color: rgb(96,242,145); }

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

border-color css

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

 span { border-color: rgb(96,242,145); }

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