Html Css Color HEX #5FF28A Pastel Green

📋 copy color: '#5FF28A'

red 95 ◦ green 242 ◦ blue 138

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

Shades of Pastel Green #5FF28A

Tints of Pastel Green #5FF28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.05%

R = 20%
G = 50.95%
B = 29.05%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#5FF28A (or 0x5FF28A) is known color: Pastel Green. HEX triplet: 5F, F2 and 8A. RGB value is (95,242,138). Sum of RGB (Red+Green+Blue) = 95+242+138=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF28A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF28A is #A00D75. Grayscale: #BABABA. Windows color (decimal): -10489206 or 9106015. OLE color: 9106015.

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

Color convert

RGB 95 242 138 -
CMYK 0.61 0 0.43 0.05
HSL 137.55º 0.85% 0.66% -
HSV(B) 137.55º 0.61% 0.95% -
XYZ 41.06 67.77 34.96 -
YUV 186.19 100.8 62.96 -
System Red Green Blue C M Y K H S L
Decimal 95 242 138 0.61 0 0.43 0.05 137.55 0.85 0.66
Hex 5F F2 8A 3D 0 2B 5 8A 55 42
Octal 137 362 212 75 0 53 5 212 125 102
Binary 1011111 11110010 10001010 111101 0 101011 101 10001010 1010101 1000010

Color Harmonies of #5FF28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF28A

Black with #5FF28A

Text Example


Text Example

White with #5FF28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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