Html Css Color HEX #60EE82 Pastel Green

📋 copy color: '#60EE82'

red 96 ◦ green 238 ◦ blue 130

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

Shades of Pastel Green #60EE82

Tints of Pastel Green #60EE82

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.29%

 BLUE value IS 130 (51.17% from 255) = 28.02%

R = 20.69%
G = 51.29%
B = 28.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#60EE82 (or 0x60EE82) is known color: Pastel Green. HEX triplet: 60, EE and 82. RGB value is (96,238,130). Sum of RGB (Red+Green+Blue) = 96+238+130=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #60EE82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EE82 is #9F117D. Grayscale: #B7B7B7. Windows color (decimal): -10424702 or 8580704. OLE color: 8580704.

HSL color Cylindrical-coordinate representation of color #60EE82: hue angle of 134.37º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EE82 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 238 130 -
CMYK 0.60 0 0.45 0.07
HSL 134.37º 0.81% 0.65% -
HSV(B) 134.37º 0.6% 0.93% -
XYZ 39.43 65.25 31.64 -
YUV 183.23 97.96 65.78 -
System Red Green Blue C M Y K H S L
Decimal 96 238 130 0.60 0 0.45 0.07 134.37 0.81 0.65
Hex 60 EE 82 3C 0 2D 7 86 51 41
Octal 140 356 202 74 0 55 7 206 121 101
Binary 1100000 11101110 10000010 111100 0 101101 111 10000110 1010001 1000001

Color Harmonies of #60EE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EE82

Black with #60EE82

Text Example


Text Example

White with #60EE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,238,130); }

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

background-color css

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

 a { background-color: rgb(96,238,130); }

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

border-color css

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

 span { border-color: rgb(96,238,130); }

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