Html Css Color HEX #60F084 Pastel Green

📋 copy color: '#60F084'

red 96 ◦ green 240 ◦ blue 132

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

Shades of Pastel Green #60F084

Tints of Pastel Green #60F084

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.28%

 BLUE value IS 132 (51.95% from 255) = 28.21%

R = 20.51%
G = 51.28%
B = 28.21%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#60F084 (or 0x60F084) is known color: Pastel Green. HEX triplet: 60, F0 and 84. RGB value is (96,240,132). Sum of RGB (Red+Green+Blue) = 96+240+132=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #60F084 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F084 is #9F0F7B. Grayscale: #B8B8B8. Windows color (decimal): -10424188 or 8712288. OLE color: 8712288.

HSL color Cylindrical-coordinate representation of color #60F084: hue angle of 135º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F084 is Cyan = 0.6, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 240 132 -
CMYK 0.6 0 0.45 0.06
HSL 135º 0.83% 0.66% -
HSV(B) 135º 0.6% 0.94% -
XYZ 40.15 66.47 32.54 -
YUV 184.63 98.29 64.78 -
System Red Green Blue C M Y K H S L
Decimal 96 240 132 0.6 0 0.45 0.06 135 0.83 0.66
Hex 60 F0 84 3C 0 2D 6 87 53 42
Octal 140 360 204 74 0 55 6 207 123 102
Binary 1100000 11110000 10000100 111100 0 101101 110 10000111 1010011 1000010

Color Harmonies of #60F084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F084

Black with #60F084

Text Example


Text Example

White with #60F084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,240,132); }

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

background-color css

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

 a { background-color: rgb(96,240,132); }

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

border-color css

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

 span { border-color: rgb(96,240,132); }

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