Html Css Color HEX #5FF090 Pastel Green

📋 copy color: '#5FF090'

red 95 ◦ green 240 ◦ blue 144

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

Shades of Pastel Green #5FF090

Tints of Pastel Green #5FF090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.06%

R = 19.83%
G = 50.1%
B = 30.06%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#5FF090 (or 0x5FF090) is known color: Pastel Green. HEX triplet: 5F, F0 and 90. RGB value is (95,240,144). Sum of RGB (Red+Green+Blue) = 95+240+144=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF090 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF090 is #A00F6F. Grayscale: #B9B9B9. Windows color (decimal): -10489712 or 9498719. OLE color: 9498719.

HSL color Cylindrical-coordinate representation of color #5FF090: hue angle of 140.28º 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 #5FF090 is Cyan = 0.60, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 240 144 -
CMYK 0.60 0 0.4 0.06
HSL 140.28º 0.83% 0.66% -
HSV(B) 140.28º 0.6% 0.94% -
XYZ 40.91 66.77 37.12 -
YUV 185.7 104.46 63.31 -
System Red Green Blue C M Y K H S L
Decimal 95 240 144 0.60 0 0.4 0.06 140.28 0.83 0.66
Hex 5F F0 90 3C 0 28 6 8C 53 42
Octal 137 360 220 74 0 50 6 214 123 102
Binary 1011111 11110000 10010000 111100 0 101000 110 10001100 1010011 1000010

Color Harmonies of #5FF090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF090

Black with #5FF090

Text Example


Text Example

White with #5FF090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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