Html Css Color HEX #5FF08D Pastel Green

📋 copy color: '#5FF08D'

red 95 ◦ green 240 ◦ blue 141

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

Shades of Pastel Green #5FF08D

Tints of Pastel Green #5FF08D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.42%

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 19.96%
G = 50.42%
B = 29.62%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#5FF08D (or 0x5FF08D) is known color: Pastel Green. HEX triplet: 5F, F0 and 8D. RGB value is (95,240,141). Sum of RGB (Red+Green+Blue) = 95+240+141=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF08D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF08D is #A00F72. Grayscale: #B9B9B9. Windows color (decimal): -10489715 or 9302111. OLE color: 9302111.

HSL color Cylindrical-coordinate representation of color #5FF08D: hue angle of 139.03º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FF08D is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 240 141 -
CMYK 0.60 0 0.41 0.06
HSL 139.03º 0.83% 0.66% -
HSV(B) 139.03º 0.6% 0.94% -
XYZ 40.69 66.68 35.92 -
YUV 185.36 102.96 63.55 -
System Red Green Blue C M Y K H S L
Decimal 95 240 141 0.60 0 0.41 0.06 139.03 0.83 0.66
Hex 5F F0 8D 3C 0 29 6 8B 53 42
Octal 137 360 215 74 0 51 6 213 123 102
Binary 1011111 11110000 10001101 111100 0 101001 110 10001011 1010011 1000010

Color Harmonies of #5FF08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF08D

Black with #5FF08D

Text Example


Text Example

White with #5FF08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,240,141); }

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

background-color css

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

 a { background-color: rgb(95,240,141); }

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

border-color css

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

 span { border-color: rgb(95,240,141); }

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