Html Css Color HEX #5FDC6C Pastel Green

📋 copy color: '#5FDC6C'

red 95 ◦ green 220 ◦ blue 108

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

Shades of Pastel Green #5FDC6C

Tints of Pastel Green #5FDC6C

RGB

 RED value IS 95 (37.5% from 255) = 22.46%

 GREEN value IS 220 (86.33% from 255) = 52.01%

 BLUE value IS 108 (42.58% from 255) = 25.53%

R = 22.46%
G = 52.01%
B = 25.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#5FDC6C (or 0x5FDC6C) is known color: Pastel Green. HEX triplet: 5F, DC and 6C. RGB value is (95,220,108). Sum of RGB (Red+Green+Blue) = 95+220+108=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDC6C is #A02393. Grayscale: #AAAAAA. Windows color (decimal): -10494868 or 7134303. OLE color: 7134303.

HSL color Cylindrical-coordinate representation of color #5FDC6C: hue angle of 126.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDC6C is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 220 108 -
CMYK 0.57 0 0.51 0.14
HSL 126.24º 0.64% 0.62% -
HSV(B) 126.24º 0.57% 0.86% -
XYZ 33.02 54.7 23.01 -
YUV 169.86 93.09 74.61 -
System Red Green Blue C M Y K H S L
Decimal 95 220 108 0.57 0 0.51 0.14 126.24 0.64 0.62
Hex 5F DC 6C 39 0 33 E 7E 40 3E
Octal 137 334 154 71 0 63 16 176 100 76
Binary 1011111 11011100 1101100 111001 0 110011 1110 1111110 1000000 111110

Color Harmonies of #5FDC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDC6C

Black with #5FDC6C

Text Example


Text Example

White with #5FDC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FDC6C; }

 p { color: rgb(95,220,108); }

 H1.HeaderClassName
 {
   color: #5FDC6C;
 }
 .AnyTagClassName
 {
   color: #5FDC6C;
 }
</style>

background-color css

<style>
 a { background-color: #5FDC6C; }

 a { background-color: rgb(95,220,108); }

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

border-color css

<style>
 span { border-color: #5FDC6C; }

 span { border-color: rgb(95,220,108); }

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