Html Css Color HEX #5FDC5D Pastel Green

📋 copy color: '#5FDC5D'

red 95 ◦ green 220 ◦ blue 93

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

Shades of Pastel Green #5FDC5D

Tints of Pastel Green #5FDC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.79%

R = 23.28%
G = 53.92%
B = 22.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#5FDC5D (or 0x5FDC5D) is known color: Pastel Green. HEX triplet: 5F, DC and 5D. RGB value is (95,220,93). Sum of RGB (Red+Green+Blue) = 95+220+93=408 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.28% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDC5D is #A023A2. Grayscale: #A8A8A8. Windows color (decimal): -10494883 or 6151263. OLE color: 6151263.

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

Color convert

RGB 95 220 93 -
CMYK 0.57 0 0.58 0.14
HSL 119.06º 0.64% 0.61% -
HSV(B) 119.06º 0.58% 0.86% -
XYZ 32.29 54.41 19.16 -
YUV 168.15 85.59 75.83 -
System Red Green Blue C M Y K H S L
Decimal 95 220 93 0.57 0 0.58 0.14 119.06 0.64 0.61
Hex 5F DC 5D 39 0 3A E 77 40 3D
Octal 137 334 135 71 0 72 16 167 100 75
Binary 1011111 11011100 1011101 111001 0 111010 1110 1110111 1000000 111101

Color Harmonies of #5FDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDC5D

Black with #5FDC5D

Text Example


Text Example

White with #5FDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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