Html Css Color HEX #5FDC75 Pastel Green

📋 copy color: '#5FDC75'

red 95 ◦ green 220 ◦ blue 117

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

Shades of Pastel Green #5FDC75

Tints of Pastel Green #5FDC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 21.99%
G = 50.93%
B = 27.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#5FDC75 (or 0x5FDC75) is known color: Pastel Green. HEX triplet: 5F, DC and 75. RGB value is (95,220,117). Sum of RGB (Red+Green+Blue) = 95+220+117=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDC75 is #A0238A. Grayscale: #ABABAB. Windows color (decimal): -10494859 or 7724127. OLE color: 7724127.

HSL color Cylindrical-coordinate representation of color #5FDC75: hue angle of 130.56º 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 #5FDC75 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 220 117 -
CMYK 0.57 0 0.47 0.14
HSL 130.56º 0.64% 0.62% -
HSV(B) 130.56º 0.57% 0.86% -
XYZ 33.52 54.9 25.66 -
YUV 170.88 97.59 73.88 -
System Red Green Blue C M Y K H S L
Decimal 95 220 117 0.57 0 0.47 0.14 130.56 0.64 0.62
Hex 5F DC 75 39 0 2F E 83 40 3E
Octal 137 334 165 71 0 57 16 203 100 76
Binary 1011111 11011100 1110101 111001 0 101111 1110 10000011 1000000 111110

Color Harmonies of #5FDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDC75

Black with #5FDC75

Text Example


Text Example

White with #5FDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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