Html Css Color HEX #5FF28D Pastel Green

📋 copy color: '#5FF28D'

red 95 ◦ green 242 ◦ blue 141

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

Shades of Pastel Green #5FF28D

Tints of Pastel Green #5FF28D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.63%

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

R = 19.87%
G = 50.63%
B = 29.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#5FF28D (or 0x5FF28D) is known color: Pastel Green. HEX triplet: 5F, F2 and 8D. RGB value is (95,242,141). Sum of RGB (Red+Green+Blue) = 95+242+141=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF28D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF28D is #A00D72. Grayscale: #BABABA. Windows color (decimal): -10489203 or 9302623. OLE color: 9302623.

HSL color Cylindrical-coordinate representation of color #5FF28D: hue angle of 138.78º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF28D is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 242 141 -
CMYK 0.61 0 0.42 0.05
HSL 138.78º 0.85% 0.66% -
HSV(B) 138.78º 0.61% 0.95% -
XYZ 41.28 67.86 36.12 -
YUV 186.53 102.3 62.71 -
System Red Green Blue C M Y K H S L
Decimal 95 242 141 0.61 0 0.42 0.05 138.78 0.85 0.66
Hex 5F F2 8D 3D 0 2A 5 8B 55 42
Octal 137 362 215 75 0 52 5 213 125 102
Binary 1011111 11110010 10001101 111101 0 101010 101 10001011 1010101 1000010

Color Harmonies of #5FF28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF28D

Black with #5FF28D

Text Example


Text Example

White with #5FF28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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