Html Css Color HEX #5FF28F Pastel Green

📋 copy color: '#5FF28F'

red 95 ◦ green 242 ◦ blue 143

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

Shades of Pastel Green #5FF28F

Tints of Pastel Green #5FF28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.79%

R = 19.79%
G = 50.42%
B = 29.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#5FF28F (or 0x5FF28F) is known color: Pastel Green. HEX triplet: 5F, F2 and 8F. RGB value is (95,242,143). Sum of RGB (Red+Green+Blue) = 95+242+143=480 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.79% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF28F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF28F is #A00D70. Grayscale: #BBBBBB. Windows color (decimal): -10489201 or 9433695. OLE color: 9433695.

HSL color Cylindrical-coordinate representation of color #5FF28F: hue angle of 139.59º 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 #5FF28F is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 242 143 -
CMYK 0.61 0 0.41 0.05
HSL 139.59º 0.85% 0.66% -
HSV(B) 139.59º 0.61% 0.95% -
XYZ 41.43 67.92 36.91 -
YUV 186.76 103.3 62.55 -
System Red Green Blue C M Y K H S L
Decimal 95 242 143 0.61 0 0.41 0.05 139.59 0.85 0.66
Hex 5F F2 8F 3D 0 29 5 8C 55 42
Octal 137 362 217 75 0 51 5 214 125 102
Binary 1011111 11110010 10001111 111101 0 101001 101 10001100 1010101 1000010

Color Harmonies of #5FF28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF28F

Black with #5FF28F

Text Example


Text Example

White with #5FF28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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