Html Css Color HEX #60D855 Pastel Green

📋 copy color: '#60D855'

red 96 ◦ green 216 ◦ blue 85

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

Shades of Pastel Green #60D855

Tints of Pastel Green #60D855

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.41%

 BLUE value IS 85 (33.59% from 255) = 21.41%

R = 24.18%
G = 54.41%
B = 21.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#60D855 (or 0x60D855) is known color: Pastel Green. HEX triplet: 60, D8 and 55. RGB value is (96,216,85). Sum of RGB (Red+Green+Blue) = 96+216+85=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #60D855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D855 is #9F27AA. Grayscale: #A5A5A5. Windows color (decimal): -10430379 or 5625952. OLE color: 5625952.

HSL color Cylindrical-coordinate representation of color #60D855: hue angle of 114.96º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60D855 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 216 85 -
CMYK 0.56 0 0.61 0.15
HSL 114.96º 0.63% 0.59% -
HSV(B) 114.96º 0.61% 0.85% -
XYZ 31.02 52.25 17.05 -
YUV 165.19 82.74 78.65 -
System Red Green Blue C M Y K H S L
Decimal 96 216 85 0.56 0 0.61 0.15 114.96 0.63 0.59
Hex 60 D8 55 38 0 3D F 73 3F 3B
Octal 140 330 125 70 0 75 17 163 77 73
Binary 1100000 11011000 1010101 111000 0 111101 1111 1110011 111111 111011

Color Harmonies of #60D855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D855

Black with #60D855

Text Example


Text Example

White with #60D855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,216,85); }

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

background-color css

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

 a { background-color: rgb(96,216,85); }

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

border-color css

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

 span { border-color: rgb(96,216,85); }

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