Html Css Color HEX #5FF288 Pastel Green

📋 copy color: '#5FF288'

red 95 ◦ green 242 ◦ blue 136

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

Shades of Pastel Green #5FF288

Tints of Pastel Green #5FF288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.75%

R = 20.08%
G = 51.16%
B = 28.75%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#5FF288 (or 0x5FF288) is known color: Pastel Green. HEX triplet: 5F, F2 and 88. RGB value is (95,242,136). Sum of RGB (Red+Green+Blue) = 95+242+136=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF288 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF288 is #A00D77. Grayscale: #BABABA. Windows color (decimal): -10489208 or 8974943. OLE color: 8974943.

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

Color convert

RGB 95 242 136 -
CMYK 0.61 0 0.44 0.05
HSL 136.73º 0.85% 0.66% -
HSV(B) 136.73º 0.61% 0.95% -
XYZ 40.92 67.71 34.21 -
YUV 185.96 99.8 63.12 -
System Red Green Blue C M Y K H S L
Decimal 95 242 136 0.61 0 0.44 0.05 136.73 0.85 0.66
Hex 5F F2 88 3D 0 2C 5 89 55 42
Octal 137 362 210 75 0 54 5 211 125 102
Binary 1011111 11110010 10001000 111101 0 101100 101 10001001 1010101 1000010

Color Harmonies of #5FF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF288

Black with #5FF288

Text Example


Text Example

White with #5FF288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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