Html Css Color HEX #5FE470 Pastel Green

📋 copy color: '#5FE470'

red 95 ◦ green 228 ◦ blue 112

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

Shades of Pastel Green #5FE470

Tints of Pastel Green #5FE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.41%

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 21.84%
G = 52.41%
B = 25.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#5FE470 (or 0x5FE470) is known color: Pastel Green. HEX triplet: 5F, E4 and 70. RGB value is (95,228,112). Sum of RGB (Red+Green+Blue) = 95+228+112=435 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.84% from 435); Green value is 228 (89.45% from 255 or 52.41% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE470 is #A01B8F. Grayscale: #AFAFAF. Windows color (decimal): -10492816 or 7398495. OLE color: 7398495.

HSL color Cylindrical-coordinate representation of color #5FE470: hue angle of 127.67º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE470 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 95 228 112 -
CMYK 0.58 0 0.51 0.11
HSL 127.67º 0.71% 0.63% -
HSV(B) 127.67º 0.58% 0.89% -
XYZ 35.39 59.09 24.87 -
YUV 175.01 92.44 70.93 -
System Red Green Blue C M Y K H S L
Decimal 95 228 112 0.58 0 0.51 0.11 127.67 0.71 0.63
Hex 5F E4 70 3A 0 33 B 80 47 3F
Octal 137 344 160 72 0 63 13 200 107 77
Binary 1011111 11100100 1110000 111010 0 110011 1011 10000000 1000111 111111

Color Harmonies of #5FE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE470

Black with #5FE470

Text Example


Text Example

White with #5FE470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,228,112); }

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

background-color css

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

 a { background-color: rgb(95,228,112); }

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

border-color css

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

 span { border-color: rgb(95,228,112); }

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